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


IParcelExplorer Interface (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
ArcGIS Developer Help

IParcelExplorer Interface

Provides access to Parcel Explorer window that has a treeview of joined and unjoined parcels.

Product Availability

Available with ArcGIS Desktop.

Description

This interface provides access to the Parcel Explorer object. The Parcel Explorer is a dockable window, containing a treeview of joined and unjoined parcels. ICadastralExtensionManager provides a method to get the Parcel Explorer object.

This interface provides methods to:

Members

Name Description
Method AddParcel Add a Parcel to the Parcel Explorer.
Method AddPlan Add a New Plan to the parcel explorer.
Read/write property ContextMenuParcel Currently selected Parcel in the Parcel Explorer.
Read/write property ContextMenuPlan Currently selected Plan in the Parcel Explorer.
Method DeleteParcel Delete a Parcel from the Parcel Explorer.
Read-only property hWnd Window handle of the Parcel Explorer.
Method Redraw Redraw the Parcel Explorer.
Method Refresh Refresh the Parcel Explorer.
Method Show Show/Hide the Parcel Pxplorer.
Read/write property ShowHistoricParcels Indicates whether the Historic Parcels are viewd in the Parcel Explorer.
Read-only property Visible Indicates whether the Parcel Explorer is visible.

Classes that implement IParcelExplorer

Classes Description
ParcelExplorer Manager object for Parcel Explorer.