 | ISimObjectGetOperationSystem Method |
Returns coordinate system of an operation.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxICoordinateSystem GetOperationSystem(
int operationIndex
)
Function GetOperationSystem (
operationIndex As Integer
) As ICoordinateSystem
Dim instance As ISimObject
Dim operationIndex As Integer
Dim returnValue As ICoordinateSystem
returnValue = instance.GetOperationSystem(operationIndex)
Parameters
- operationIndex
- Type: SystemInt32
Index of the operation in the object operations list.
Return Value
Type:
ICoordinateSystemReference to the coordinate system.
See Also