CimObjectVariable (object)

Obsolete Replaced by a GefObjectVariable
Description Represents an object variable on a CimView screen.
Example

                Dim rotorVar As CimObjectVariable
                Dim Obj As CimObject
                Set Obj = CimGetScriptOwner()
                Set rotorVar = Obj.GetVariable("RotorNum")