IAcadUtilityGetObjectIdString Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
string GetObjectIdString(
Object Object,
bool asHex
)
Function GetObjectIdString (
Object As Object,
asHex As Boolean
) As String
String^ GetObjectIdString(
[InAttribute] Object^ Object,
[InAttribute] bool asHex
)
abstract GetObjectIdString :
Object : Object *
asHex : bool -> string
Parameters
- Object
- Type: SystemObject
- asHex
- Type: SystemBoolean
Return Value
Type:
String
See Also