ESRI.ArcGIS.ADF.Web
SpatialReference Property
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Geometry Class : SpatialReference Property




Gets or sets the SpatialReference of the Geometry.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<XmlElementAttribute(ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference)>
Public Property SpatialReference As SpatialReference
Visual Basic (Usage)Copy Code
Dim instance As Geometry
Dim value As SpatialReference
 
instance.SpatialReference = value
 
value = instance.SpatialReference
C# 
[BrowsableAttribute(false)]
[XmlElementAttribute(ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference)]
public SpatialReference SpatialReference {get; set;}

See Also

© 2010 All Rights Reserved.