ArcGIS Explorer Component Help |
MapDisplay..::.ConvertAltitudeToMapScale Method |
MapDisplay Class See Also |
Converts the specified altitude into an approximated map scale.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public double ConvertAltitudeToMapScale( double altitude ) |
Visual Basic (Declaration) |
---|
Public Function ConvertAltitudeToMapScale ( _ altitude As Double _ ) As Double |
Parameters
- altitude
- Type: System..::.Double
The altitude to be converted in meters.