CFx SDK Documentation
2023 SP0
|
Go to the source code of this file.
Classes | |
class | OdDbGeoData |
Typedefs | |
typedef OdSmartPtr< OdDbGeoData > | OdDbGeoDataPtr |
Functions | |
TOOLKIT_EXPORT OdResult | oddbGetGeoDataObjId (OdDbDatabase *pDb, OdDbObjectId &objId) |
typedef OdSmartPtr<OdDbGeoData> OdDbGeoDataPtr |
This template class is a specialization of the OdSmartPtr class for OdDbGeoData object pointers.
Definition at line 571 of file DbGeoData.h.
TOOLKIT_EXPORT OdResult oddbGetGeoDataObjId | ( | OdDbDatabase * | pDb, |
OdDbObjectId & | objId | ||
) |
Global method which is used for getting the OdDbGeoData object ID.
pDb | [in/out] Pointer to a database. |
objId | [out] OdDbGeoData object ID. \returns Returns eOK if successful, or an appropriate error code if not. |