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.CadastralJobs Property (ArcObjects .NET 10.5 SDK) |
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
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.
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.