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


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

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