The enumeration for the table whose fields are being edited.
[Visual Basic .NET] Public Property CadastralTable As esriCadastralFabricTable
[C#] public esriCadastralFabricTable CadastralTable {get; set;}
[C++]
HRESULT get_CadastralTable(
esriCadastralFabricTable* Table
);
[C++]
HRESULT put_CadastralTable(
esriCadastralFabricTable Table
);
[C++]Parameters
Table [out, retval]Table is a parameter of type esriCadastralFabricTable
Table [in]Table is a parameter of type esriCadastralFabricTable
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The enumeration that identifies the cadastral fabric table.
The enumTable value may be one of the following:
esriCFControl
esriCFPoints
esriCFLines
esriCFParcels
esriCFPlans
esriCFJobs
esriCFLinePoints
esriCFHistory
esriCFAdjustments
esriCFAccuracy
Use the DECadastralFabric object to create a new Cadastral Fabric. To update an existing fabric, pass the updated DECadastralFabric object to the method ICadastralFabricSchemaEdit::UpdateSchema().