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


ICadastralPlan.AddPlan Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPlan Interface > ICadastralPlan.AddPlan Method
ArcGIS Developer Help

ICadastralPlan.AddPlan Method

Add a Plan to Packet.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPlan Interface