Share

AcDbObject::getAcDbHandle

C++

void getAcDbHandle(
    AcDbHandle& handle
) const;

Description

Fills in handle with the handle value for the object. If the object is not yet database-resident, then it will not have a handle. Use AcDbHandle::isNull to test for this condition.

Parameters

Parameters Description
handle Returns pre-existing AcDbHandle object filled in with the object's handle value

Links

AcDbObject

Was this information helpful?