Share

AcDbObject::objectId

C++

ACDBCORE2D_PORT AcDbObjectId objectId() const;

Description

Returns the objectId of the object. If the object is not yet database-resident, then the returned objectId will be set to AcDbObjectId::kNull.

Links

AcDbObject

Was this information helpful?