API Reference > OdDb Classes > OdDbGeoDataPE Class > OdDbGeoDataPE Methods > OdDbGeoDataPE::parseCsName Method
OdDbGeoDataPE::parseCsName Method
Syntax
C++
virtual OdResult parseCsName(const OdDbGeoData* pGeoData, const OdString & inputName, OdString & resultXml) = 0;
Parameters 
Description 
const OdDbGeoData* pGeoData 
[in] Pointer to an OdDbGeoData object.  
const OdString & inputName 
[in] Coordinate system name.  
OdString & resultXml 
[out] Xml representation of the coordinate system.
 

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

Returns xml representation of the coordinate system. 

 

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