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


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

IEnumCEPlans.Add Method

Add plan to enum.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCEPlans Interface