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