ESRI.ArcGIS.ADF.Local
SpatialReference Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseDynamicLayer Class : SpatialReference Property




The spatial reference of the underlying data.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property SpatialReference As ESRI.ArcGIS.Geometry.ISpatialReference
Visual Basic (Usage)Copy Code
Dim instance As BaseDynamicLayer
Dim value As ESRI.ArcGIS.Geometry.ISpatialReference
 
value = instance.SpatialReference
C# 
public virtual ESRI.ArcGIS.Geometry.ISpatialReference SpatialReference {get;}

Remarks

The property must return the underlying data spatial reference and must not reporoject it into the layer's 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.