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




The extent of the coverage.

Syntax

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

See Also

© 2010 All Rights Reserved.