ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
QueryEnvelope(IServerContext) Method
See Also  Send Feedback
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 ESRI.ArcGIS.Server.IServerContext _
) As ESRI.ArcGIS.Geometry.IEnvelope
Visual Basic (Usage)Copy Code
Dim instance As Extent
Dim context As ESRI.ArcGIS.Server.IServerContext
Dim value As ESRI.ArcGIS.Geometry.IEnvelope
 
value = instance.QueryEnvelope(context)
C# 
public ESRI.ArcGIS.Geometry.IEnvelope QueryEnvelope( 
   ESRI.ArcGIS.Server.IServerContext context
)

Parameters

context
The ServerContext to create the Envelope in.

Return Value

The created Envelope object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.