 | IVariablesGet Method |
Returns a varialbe with the given name. If no variable is found, ArgumentException is thrown.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIVariable Get(
string name
)
Function Get (
name As String
) As IVariable
Dim instance As IVariables
Dim name As String
Dim returnValue As IVariable
returnValue = instance.Get(name)
Parameters
- name
- Type: SystemString
Variable name.
Return Value
Type:
IVariableReference to the variable.
See Also