ArcObjects Library Reference (CadastralUI)  

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