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


ICadastralJob.AddEditParcel 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.AddEditParcel Method
ArcGIS Developer Help

ICadastralJob.AddEditParcel Method

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.

[C++]

HRESULT AddEditParcel(

long parcelID

);

See Also

ICadastralJob Interface