This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric Interface > IDECadastralFabric.CadastralTableFieldEdits Property (ArcObjects .NET 10.4 SDK) |
Provides access to the field customizations for the cadastral fabric table.
[Visual Basic .NET] Public Property CadastralTableFieldEdits As IArray
[C#] public IArray CadastralTableFieldEdits {get; set;}
[C++]
HRESULT get_CadastralTableFieldEdits(
IArray** CadastralTableFieldEdits
);
[C++]
HRESULT putref_CadastralTableFieldEdits(
IArray* CadastralTableFieldEdits
);
[C++]
Parameters CadastralTableFieldEdits [out, retval]
CadastralTableFieldEdits is a parameter of type IArray CadastralTableFieldEdits [in]
CadastralTableFieldEdits is a parameter of type IArray
The customized field updates for the the cadastral fabric table.
The CadastralTableFieldEdits property provides access to the field customizations for the cadastral fabric table.
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().