This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricSelection Interface > ICadastralFabricSelection.ClearParcelsInJobList Method (ArcObjects .NET 10.5 SDK) |
Clear Parcels currently selected for cadastral job list.
[Visual Basic .NET] Public Sub ClearParcelsInJobList ( _ ByVal ParcelType As esriCadastralParcelType _ )
[C#] public void ClearParcelsInJobList ( esriCadastralParcelType ParcelType );
[C++]
HRESULT ClearParcelsInJobList(
esriCadastralParcelType ParcelType
);
[C++]
Parameters ParcelType [in]
ParcelType is a parameter of type esriCadastralParcelType
Clear parcels currently selected for cadastral job list.
The ClearParcelsInJobList method will clear the selection of parcels that are designated for the current cadastral job. The ParcelType parameter will determine whether the selection of area of adjustment parcels or edit parcels are cleared.