ArcObjects Library Reference (GeoDatabaseExtensions)  

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