Returns a string indicating the name of this GeographicTransformation.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
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.

