Returns an object's ID as a string.
Supported platforms: Windows only
Signature
VBA:
RetVal = Object.GetObjectIdString(acadObject, bHex)
Return Value (RetVal)
Type: String
The object ID as a string.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available