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 > ICadastralFabric Interface > ICadastralFabric.CommitJob Method (ArcObjects .NET 10.5 SDK) |
Commits the specified job to the cadastral fabric.
[Visual Basic .NET] Public Sub CommitJob ( _ ByVal JobName As String _ )
[C#] public void CommitJob ( string JobName );
[C++]
HRESULT CommitJob(
BSTR JobName
);
[C++]
Parameters JobName [in] JobName is a parameter of type BSTR
FDO_E_CADASTRAL_FABRIC_JOB_NOT_FOUND
FDO_E_CADASTRAL_FABRIC_SCHEMA_CORRUPTION
FDO_E_CADASTRAL_FABRIC_JOB_ALREADY_COMMITTED
CADASTRAL_E_JOB_UNJOINEDPARCEL_PRESENT
FDO_E_CADASTRAL_FABRIC_MISSING_SYSTEM_TABLE
Commits the specified job to the cadastral fabric. The Commit method de-references the parcels represented in the JobObjects table.
The CommitJob method can be used to commit the specified job. Committing a job will clear any references to features in the job and change the status of the job to "committed". Once a job is committed, it is no longer available for edits.
A cadastral job cannot be commited if there are unjoined parcels in the job.