 | ICoordinateSystemGetProperty Method |
Returns a property.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIProperty GetProperty(
string propertyName
)
Function GetProperty (
propertyName As String
) As IProperty
Dim instance As ICoordinateSystem
Dim propertyName As String
Dim returnValue As IProperty
returnValue = instance.GetProperty(propertyName)
Parameters
- propertyName
- Type: SystemString
Property name.
Return Value
Type:
IPropertyProperty reference.
See Also