CFx SDK Documentation  2022 SP0
Classes | Typedefs | Functions
DbGeoData.h File Reference
#include "TD_PackPush.h"
#include "DbObject.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbGeoData
 

Typedefs

typedef OdSmartPtr< OdDbGeoDataOdDbGeoDataPtr
 

Functions

TOOLKIT_EXPORT OdResult oddbGetGeoDataObjId (OdDbDatabase *pDb, OdDbObjectId &objId)
 

Typedef Documentation

◆ OdDbGeoDataPtr

This template class is a specialization of the OdSmartPtr class for OdDbGeoData object pointers.

Definition at line 571 of file DbGeoData.h.

Function Documentation

◆ oddbGetGeoDataObjId()

TOOLKIT_EXPORT OdResult oddbGetGeoDataObjId ( OdDbDatabase pDb,
OdDbObjectId objId 
)

Global method which is used for getting the OdDbGeoData object ID.

Parameters
pDb[in/out] Pointer to a database.
objId[out] OdDbGeoData object ID.
    \returns Returns eOK if successful, or an appropriate error code if not.