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