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 BaseCustomLayer
Dim value As ESRI.ArcGIS.Geometry.ISpatialReference
value = instance.SpatialReference |
C# | |
---|
public virtual ESRI.ArcGIS.Geometry.ISpatialReference SpatialReference {get;} |
Remarks
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