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


ICadastralFabric.CadastralJobs Property (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.CadastralJobs Property
ArcGIS Developer Help

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++]

HRESULT get_CadastralJobs(

esriCadastralJob cadastralJobType,

IEnumBSTR** ppCadastralJobs

);

See Also

ICadastralFabric Interface