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


IParcelExplorer.DeleteParcel 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.DeleteParcel Method
ArcGIS Developer Help

IParcelExplorer.DeleteParcel Method

Delete a Parcel from the Parcel Explorer.

[Visual Basic .NET]
Public Sub DeleteParcel ( _
    ByVal pGSParcel As IGSParcel _
)
[C#]
public void DeleteParcel (
    IGSParcel pGSParcel
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelExplorer Interface