This document is archived and information here might be outdated. Recommended version. |
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.
HRESULT AddEditParcel(
long parcelID
);