Returns a string indicating the name of this GeographicTransformation.

Namespace:  ESRI.ArcGISExplorer.Geometry

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

Syntax

C#
public override string ToString()
Visual Basic (Declaration)
Public Overrides Function ToString As String

Return Value

A string indicating the name of this GeographicTransformation.

Remarks

ToString will return the name of this GeographicTransformation. The Name of the GeographicTransformation can also be returned by using the Name property.

See Also