ESRI.ArcGIS.ADF.ArcGISServer
SpatialReference Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DEFeatureClass Class : SpatialReference Property




The spatial reference of the geodataset.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=9)>
Public Property SpatialReference As SpatialReference
Visual Basic (Usage)Copy Code
Dim instance As DEFeatureClass
Dim value As SpatialReference
 
instance.SpatialReference = value
 
value = instance.SpatialReference
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=9)]
public SpatialReference SpatialReference {get; set;}

See Also

© 2010 All Rights Reserved.