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