This document is archived and information here might be outdated.  Recommended version.


IEnumEnvelope.QueryNext Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IE > IEnumEnvelope Interface > IEnumEnvelope.QueryNext Method
ArcGIS Developer Help

IEnumEnvelope.QueryNext Method

Gets next envelope.

[Visual Basic .NET]
Public Sub QueryNext ( _
    ByVal pEnvelope As IEnvelope _
)
[C#]
public void QueryNext (
    IEnvelope pEnvelope
);
[C++]
HRESULT QueryNext(
  IEnvelope* pEnvelope
);
[C++]
Parameters
pEnvelope [in]

pEnvelope is a parameter of type IEnvelope*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnumEnvelope Interface