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


IEnumTxObject.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IEnumTxObject.Next Method

The next object in the list.

[Visual Basic .NET]
Public Function Next ( _
) As ITxCatalogObject
[C#]
public ITxCatalogObject Next (
);
[C++]
HRESULT Next(
  ITxCatalogObject** Object
);
[C++]

Parameters Object [out, retval]
Object is a parameter of type ITxCatalogObject

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IEnumTxObject Interface