API Reference > OdDb Classes > OdDbGeoCoordinateSystem Class > OdDbGeoCoordinateSystem Methods > OdDbGeoCoordinateSystem::getXmlRepresentation Method
OdDbGeoCoordinateSystem::getXmlRepresentation Method
Syntax
C++
virtual OdResult getXmlRepresentation(OdString& strXml) const = 0;
Parameters 
Description 
OdString& strXml 
[out] CRS's representation in XML format.
 

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

Returns the string in XML format that represents this CRS. 

 

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