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


IEnumTableProperties.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

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