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


IParcelExplorer.AddPlan Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelExplorer Interface > IParcelExplorer.AddPlan Method
ArcGIS Developer Help

IParcelExplorer.AddPlan Method

Add a New Plan to the parcel explorer.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelExplorer Interface