This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralJob Interface > ICadastralJob.RemoveEditParcel Method (ArcObjects .NET 10.4 SDK) |
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
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.