Click or drag to resize

ISimObjectGetOperationSystem Method

Returns coordinate system of an operation.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ICoordinateSystem GetOperationSystem(
	int operationIndex
)

Parameters

operationIndex
Type: SystemInt32
Index of the operation in the object operations list.

Return Value

Type: ICoordinateSystem
Reference to the coordinate system.
See Also