 | 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
SyntaxISimObject Get(
int index
)
Function Get (
index As Integer
) As ISimObject
Dim instance As ISimObjectCollection
Dim index As Integer
Dim returnValue As ISimObject
returnValue = instance.Get(index)
Parameters
- index
- Type: SystemInt32
Object index in the repository (zero based).
Return Value
Type:
ISimObjectReference to the ISimObject.
See Also