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


IEnumTableProperties.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IE > IEnumTableProperties Interface > IEnumTableProperties.Next Method
ArcGIS Developer Help

IEnumTableProperties.Next Method

Get the next table property.

[Visual Basic .NET]
Public Function Next ( _
) As ITableProperty
[C#]
public ITableProperty Next (
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumTableProperties Interface