This document is archived and information here might be outdated. Recommended version. |
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 [in]
Table is a parameter of type esriCadastralFabricTable Table [out, retval]
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().
HRESULT get_CadastralTable(
esriCadastralFabricTable* enumTable
);
HRESULT put_CadastralTable(
esriCadastralFabricTable enumTable
);