ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
Extent Constructor(IEnvelope)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Extent Class > Extent Constructor : Extent Constructor(IEnvelope)




env
An Envelope whose coordinates are used to create this Extent.
Constructor taking an Envelope.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal env As IEnvelope _
)
Visual Basic (Usage)Copy Code
Dim env As IEnvelope
 
Dim instance As Extent(env)
C# 
public Extent( 
   IEnvelope env
)

Parameters

env
An Envelope whose coordinates are used to create this Extent.

See Also

© 2010 All Rights Reserved.