 | IVariablesGetByIndex Method |
Returns a varialbe with the given index. If no variable is found, ArgumentException is thrown.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIVariable GetByIndex(
int index
)
Function GetByIndex (
index As Integer
) As IVariable
Dim instance As IVariables
Dim index As Integer
Dim returnValue As IVariable
returnValue = instance.GetByIndex(index)
Parameters
- index
- Type: SystemInt32
Variable index in the repository.
Return Value
Type:
IVariableReference to the variable.
See Also