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


IEnumCadastralFeatureError.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Cadastral)  

IEnumCadastralFeatureError.Next Method

Retrieve the next Cadastral error object.

[Visual Basic .NET]
Public Function Next ( _
    ByRef ppCadastralFeatureError As ICadastralFeatureError _
) As Integer
[C#]
public int Next (
    ref ICadastralFeatureError ppCadastralFeatureError
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCadastralFeatureError Interface