Click or drag to resize

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
Syntax
IProperty GetProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name.

Return Value

Type: IProperty
Reference to the property.
See Also