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


ICadastralJob.RemoveEditParcel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralJob Interface > ICadastralJob.RemoveEditParcel Method
ArcGIS Developer Help

ICadastralJob.RemoveEditParcel Method

Removes a parcel from the job.

[Visual Basic .NET]
Public Sub RemoveEditParcel ( _
    ByVal ParcelID As Integer _
)
[C#]
public void RemoveEditParcel (
    int ParcelID
);
[C++]
HRESULT RemoveEditParcel(
  long ParcelID
);
[C++]
Parameters
ParcelID [in]

ParcelID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Remove an edit parcel from the job.

Use the RemoveEditParcelmethod to remove an edit parcel from the cadastral job. Call the ICadastralFabric::UpdateJob method to store the changes.

[C++]

HRESULT RemoveEditParcel(

long parcelID

);

See Also

ICadastralJob Interface