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.