Obsolete
Replaced by a GefObject
Syntax
CimObject.Name)
Description
Returns a String representing the name of the object.
Example
Dim Obj As CimObject
Set Obj = CimGetScriptOwner()
If Obj.Name = "Tank1" Then
...
More information
Obsolete basic extensions.