ESRI.ArcGIS.ADF.Web.UI.WebControls
SpatialReference Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : SpatialReference Property




Properties of the spatial reference in which the MapResources will be displayed.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<ResDescriptionAttribute("Properties of the spatial reference in which the MapResources will be displayed.")>
Public Overridable ReadOnly Property SpatialReference As SpatialReference
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As SpatialReference
 
value = instance.SpatialReference
C# 
[BrowsableAttribute(false)]
[ResDescriptionAttribute("Properties of the spatial reference in which the MapResources will be displayed.")]
public virtual SpatialReference SpatialReference {get;}

Remarks

This property returns the SpatialReference object for the Map control. This property is read-only.

At the current release, the SpatialReference handles only coordinate system (projection) settings. It does not handle datum settings.

See Also

© 2010 All Rights Reserved.