Adds an edit parcel to the job.
[Visual Basic .NET] Public Sub AddEditParcel ( _ ByVal ParcelID As Integer _ )
[C#] public void AddEditParcel ( int ParcelID );
[C++]
HRESULT AddEditParcel(
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
Add an edit parcel to the job.
Use the AddEditParcel method to add an edit parcel to the cadastral job. Call the ICadastralFabric::UpdateJob method to store the changes. The update will fail if the parcel is marked for edits in another job.