ESRI.ArcGIS.ADF.ArcGISServer
SpatialExtent Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GraphicFeatureLayer Class : SpatialExtent Property




Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property SpatialExtent As Envelope
Visual Basic (Usage)Copy Code
Dim instance As GraphicFeatureLayer
Dim value As Envelope
 
instance.SpatialExtent = value
 
value = instance.SpatialExtent
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public Envelope SpatialExtent {get; set;}

See Also

© 2010 All Rights Reserved.