ArcGIS Explorer Component Help |
GeographicTransformation..::.ToString Method |
GeographicTransformation Class See Also |
Returns a string indicating the name of this GeographicTransformation.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: 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.