ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabric.CadastralJobs Property

The cadastral jobs that have not been committed.

[Visual Basic .NET]
Public Function get_CadastralJobs ( _
    ByVal cadastralJobType As esriCadastralJob _
) As IEnumBSTR
[C#]
public IEnumBSTR get_CadastralJobs (
    esriCadastralJob cadastralJobType
);
[C++]
HRESULT get_CadastralJobs(
  esriCadastralJob cadastralJobType,
  IEnumBSTR** CadastralJobs
);
[C++]

Parameters

cadastralJobType [in]

  cadastralJobType is a parameter of type esriCadastralJob

CadastralJobs [out, retval]

  CadastralJobs is a parameter of type IEnumBSTR

Product Availability

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

Errors Returned

FDO_E_CADASTRAL_FABRIC_SCHEMA_CORRUPTION:

The table schema for the cadastral fabric is missing an item.

FDO_E_CADASTRAL_FABRIC_MISSING_SYSTEM_TABLE:

Data corruption error. A system table is missing.

Remarks

Retrieve all the names of the cadastral jobs in the cadastral fabric dataset.

The parameter esriCadastraJob will determine whether all jobs, just the commited jobs, or just the active jobs are returned.

[C++]

See Also

ICadastralFabric Interface