ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ToEnvelope Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Extent Class : ToEnvelope Method




Get an ESRI.ArcGIS.Geometry.Envelope with the same coordinates as this Extent.

Syntax

Visual Basic (Declaration) 
Public Function ToEnvelope() As Envelope
Visual Basic (Usage)Copy Code
Dim instance As Extent
Dim value As Envelope
 
value = instance.ToEnvelope()
C# 
public Envelope ToEnvelope()

Return Value

The created Envelope object.

See Also

© 2010 All Rights Reserved.