API Reference > OdDb Classes > OdDbGeoDataPE Class > OdDbGeoDataPE Methods > OdDbGeoDataPE::geoCoordinateSystemChanged Method
OdDbGeoDataPE::geoCoordinateSystemChanged Method
Syntax
C++
virtual OdResult geoCoordinateSystemChanged(OdDbGeoData* pGeoData, const OdString& oldName) = 0;
Parameters 
Description 
OdDbGeoData* pGeoData 
[in/out] Pointer to an OdDbGeoData object.  
const OdString& oldName 
[in] Coordinate system name.
 

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

This method is called when the coordinate system is changed. 

 

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