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


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

ICadastralTableFieldEdits.CadastralTable Property

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*

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().

[C++]

HRESULT get_CadastralTable(

esriCadastralFabricTable* enumTable

);

HRESULT put_CadastralTable(

esriCadastralFabricTable enumTable

);

See Also

ICadastralTableFieldEdits Interface