ESRI.ArcGIS.ADF.Web.DataSources
DefaultSpatialReference Property
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference
Visual Basic (Usage)Copy Code
Dim instance As IMapInformation
Dim value As ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference
 
value = instance.DefaultSpatialReference
C# 
ESRI.ArcGIS.ADF.Web.SpatialReference.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.