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


IArcQuerys.NewEnum Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IArcQuerys.NewEnum Property

Allows the enumeration of querys collection with the For...Each syntax.

[Visual Basic .NET]
Public ReadOnly Property NewEnum As IArcQuery
[C#]
public IArcQuery NewEnum {get;}

Product Availability

Available with ArcGIS Desktop.

See Also

IArcQuerys Interface