Share

acdbGetGeoDataObjId Function

C++

ACDBCORE2D_PORT Acad::ErrorStatus acdbGetGeoDataObjId(
    AcDbDatabase * pDb, 
    AcDbObjectId& objId
);

File

dbGeoData.h

Description

Returns the objectId of AcDbGeoData.

Parameters

Parameters Description
pDb Input the database of the model space block table record.
objId Output The objectId of AcDbGeoData.

Returns

Returns eOk if successful.

Was this information helpful?