ESRI.ArcGIS.ADF.IMS
MapUnits Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > DataFrame Class : MapUnits Property




Gets the units the map is in.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property MapUnits As MapUnits
Visual Basic (Usage)Copy Code
Dim instance As DataFrame
Dim value As MapUnits
 
value = instance.MapUnits
C# 
public MapUnits MapUnits {get;}

Example

For an example, see the DataFrame overview.

Remarks

This is the map units for the data frame. Map units and spatial reference can be different for data frames within the same ArcMap Server image service.

This property is read-only.

See Also

© 2010 All Rights Reserved.