API Reference > Functions > oddbGetGeoDataObjId Function
oddbGetGeoDataObjId Function
Syntax
C++
TOOLKIT_EXPORT OdResult oddbGetGeoDataObjId(OdDbDatabase * pDb, OdDbObjectId& objId);

DbGeoData.h

Parameters 
Description 
OdDbDatabase * pDb 
[in/out] Pointer to a database.  
OdDbObjectId& objId 
[out] OdDbGeoData object ID.
 

Returns eOK if successful, or an appropriate error code if not.

GLOBAL API FUNCTIONS

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

Copyright © 2002–2020. Open Design Alliance. All rights reserved.