ESRI.ArcGIS.ADF.Web.DataSources
DefaultSpatialReference Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IMapInformation Interface : DefaultSpatialReference Property




The default spatial reference of the map resource.

Syntax

Visual Basic (Declaration) 
ReadOnly Property DefaultSpatialReference As SpatialReference
Visual Basic (Usage)Copy Code
Dim instance As IMapInformation
Dim value As SpatialReference
 
value = instance.DefaultSpatialReference
C# 
SpatialReference DefaultSpatialReference {get;}

Remarks

The spatial reference includes the coordinate system (projection) and datum transformation. One or both of may not be present, or the map resources may lack any information about spatial reference. Some data sources support requests that change the spatial reference.

See Also

© 2010 All Rights Reserved.