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




Syntax

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

See Also

© 2010 All Rights Reserved.