Share

AcDbGeoCoordinateSystem::getXmlRepresentation Method

C++

virtual Acad::ErrorStatus getXmlRepresentation(
    AcString& strXml
) const = 0;

Description

Get the representation string of this CRS's in XML format.

Parameters

Parameters Description
strXml Input/output AcString object.

Returns

Returns Acad::eOk if successful.

Links

AcDbGeoCoordinateSystem Class

Was this information helpful?