Click or drag to resize

ISimObjectGetOperationProperty Method

Returns property of an operation.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IProperty GetOperationProperty(
	int operationIndex,
	string propertyName
)

Parameters

operationIndex
Type: SystemInt32
Index of the operation in the object operations list.
propertyName
Type: SystemString
Property name.

Return Value

Type: IProperty
Reference to the property.
See Also