ESRI.ArcGIS.ADF.IMS | |
Units Property | |
See Also Example |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapService Class : Units Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Units As MapUnits |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public MapUnits Units {get;} |
This example prints the map units to a label control. It assumes a previously
created MapService object.
C# | Copy Code |
---|---|
// Using a previously created MapService object |
Visual Basic | Copy Code |
---|---|
' Using a previously created MapService object |
Map units for map services can be Degrees, Feet or Meters. Coordinates for maps need to be interpreted in terms of the map units and coordinate system. Consult ArcIMS Help and sources on map coordinate systems for further information on using map units with coordinates.
This property, as with all properties of MapService, is read-only.