Gets the GefObjectVariables collection of the object's variables. | |
Syntax: | Set GefObjectVariables = object.Variables |
Description: | Example: Sub Gefobject_Variables() Dim oCimObj As GefObject Dim oCimVars As
GefObjectVariables Set oCimObj = CimGetObject Set oCimVars =
oCimObj.Variables MsgBox "There are " &
oCimVars.Count & _ " variable(s)
on this object" End Sub |
See Also: | GetVariable |