Click or drag to resize

ISimObjectCollectionGet Method

Returns reference to ISimObject with the given index. If no object is found, ArgumentException is thrown.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject Get(
	int index
)

Parameters

index
Type: SystemInt32
Object index in the repository (zero based).

Return Value

Type: ISimObject
Reference to the ISimObject.
See Also