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




The spatial reference of the underlying data.

Syntax

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

Remarks

The property must return the underlying data spatial reference and must not reporoject it into the layer's spatial reference

See Also

© 2010 All Rights Reserved.