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