ArcObjects Library Reference (GeoSurvey)  

ICadastralPlan.DeletePlan Method

Delete a Plan from the Packet.

[Visual Basic .NET]
Public Sub DeletePlan ( _
    ByVal Id As Integer _
)
[C#]
public void DeletePlan (
    int Id
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPlan Interface