ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
QueryEnvelope(IServerContext) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Extent Class > QueryEnvelope Method : QueryEnvelope(IServerContext) Method




context
The ServerContext to create the Envelope in.
Get an ESRI.ArcGIS.Geometry.Envelope with the same coordinates as this Extent.

Syntax

Visual Basic (Declaration) 
Public Overloads Function QueryEnvelope( _
   ByVal context As IServerContext _
) As IEnvelope
Visual Basic (Usage)Copy Code
Dim instance As Extent
Dim context As IServerContext
Dim value As IEnvelope
 
value = instance.QueryEnvelope(context)
C# 
public IEnvelope QueryEnvelope( 
   IServerContext context
)

Parameters

context
The ServerContext to create the Envelope in.

Return Value

The created Envelope object.

See Also

© 2010 All Rights Reserved.