Returns a string representation of the internal parameters of this CoordinateSystem.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string ExportToPrjString()
Visual Basic (Declaration)
Public Function ExportToPrjString As String

Return Value

A string representing the internal parameters of this CoordinateSystem.

Remarks

This method returns a string representation of a coordinate system which has the same format as a projection (.prj) file; the string contains a complete definition of the constituent parts which make up a coordinate system, such as units, spheroid, datum and so on.

The string returned by this method is different to the summary string returned from the ToString()()() method.

See Also