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