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

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

This method is called when the coordinate system will be changed. 

 

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