This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralTableFieldEdits Interface > ICadastralTableFieldEdits.CadastralTable Property (ArcObjects .NET 10.4 SDK) |
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
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().