GetPoint2FValueByName Method
Gets the value of the specified property by name.
public Point2F GetPoint2FValueByName(
System.string
)
'Declaration
Public Function GetPoint2FValueByName( _
ByVal As System.String _
) As Point2F
Parameters
- name
- The name of the property.
Return Value
The value of the specified property by name.