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




The spatial reference of the geodataset.

Syntax

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

See Also

© 2010 All Rights Reserved.