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


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

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