ArcObjects Library Reference (GeoDatabaseExtensions)  

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

See Also

ICadastralFabric Interface