AcadUtilityClassGetObjectIdString
Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual string GetObjectIdString(
Object Object,
bool asHex
)
Public Overridable Function GetObjectIdString (
Object As Object,
asHex As Boolean
) As String
public:
virtual String^ GetObjectIdString(
[InAttribute] Object^ Object,
[InAttribute] bool asHex
)
abstract GetObjectIdString :
Object : Object *
asHex : bool -> string
override GetObjectIdString :
Object : Object *
asHex : bool -> string
Parameters
- Object Object
-
- asHex Boolean
-
Return Value
String
Implements
IAcadUtilityGetObjectIdString(Object,
Boolean)
See Also