Click here to view all files
 
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.900 (2.0.0.900)

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

Relate Topics:
  CreateFromXmlString Method
  Equals Method
  GetHashCode Method
  GetXmlSchema Method
  ImportFromPrjString Method
  ToString Method
  ToXmlString Method
Created by Atop CHM to web converter,© 2009 all right reserved.