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


ICadastralFabric.CommitJob Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabric Interface > ICadastralFabric.CommitJob Method
ArcGIS Developer Help

ICadastralFabric.CommitJob Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Errors Returned

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

Remarks

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.

[C++]

HRESULT CommitJob(

BSTR Name

);

See Also

ICadastralFabric Interface