Share

AcAxGetHandle

C++

HRESULT AXAUTOEXP AcAxGetHandle(
    AcAxObjectRef& objRef, 
    BSTR* pHandle
);

File

axboiler.h

Description

Gets the string representation of the handle of the specified object.

Except for the datatype of the first parameter, this function is identical to the overload that takes an object ID parameter.

Parameters

Parameters Description
objRef Input object reference of object for which to get the handle
pHandle Pointer to the string representation of the handle

Was this information helpful?