Obsolete |
Replaced by a GefObject |
Syntax |
CimObject.GetVariable(name$)) |
Description |
Returns a CimObjectVariable representing the named variable in the object or one of the object's containers. |
Comments |
The name$ parameter is a String containing the name of the variable. You can then set the variable to display a value or the current value of a Point ID. |
Example |
Dim xposVar As CimObjectVariable Dim Obj as CimObject Set Obj = CimGetScriptOwner Set xposVar = Obj.GetVariable ("xvar") xposVar = "TANK1"
|
Obsolete basic extensions. |