Click or drag to resize

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
Syntax
IVariable Get(
	string name
)

Parameters

name
Type: SystemString
Variable name.

Return Value

Type: IVariable
Reference to the variable.
See Also