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


IEnumCadastralFeatureErrorImpl.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Cadastral)  

IEnumCadastralFeatureErrorImpl.Add Method

Add Cadastral Feature error. It must already have a valid object ID.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pCadastralFeatureError As ICadastralFeatureError _
)
[C#]
public void Add (
    ICadastralFeatureError pCadastralFeatureError
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCadastralFeatureErrorImpl Interface