 | IMeshDeformationGetProperty Method |
Returns object property with a specified name. If property is not found,
ArgumentException is thrown.
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 IMeshDeformation
Dim propertyName As String
Dim returnValue As IProperty
returnValue = instance.GetProperty(propertyName)
Parameters
- propertyName
- Type: SystemString
Property name.
Return Value
Type:
IPropertyReference to the property.
See Also