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


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

ICadastralFabric.CadastralTable Property

The cadastral fabric class at the specified enumeration.

[Visual Basic .NET]
Public Function get_CadastralTable ( _
    ByVal TableID As esriCadastralFabricTable _
) As ITable
[C#]
public ITable get_CadastralTable (
    esriCadastralFabricTable TableID
);
[C++]
HRESULT get_CadastralTable(
  esriCadastralFabricTable TableID,
  ITable** Table
);
[C++]
Parameters
TableID [in]

TableID is a parameter of type esriCadastralFabricTable Table [out, retval]
Table is a parameter of type ITable**

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

The cadastral fabric table at the specified enumeration.

[C++]

HRESULT get_CadastralTable(

esriCadastralFabricTable cadastralTableID,

ITable** ppCadastralTable

See Also

ICadastralFabric Interface