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


IDECadastralFabric.CadastralTableFieldEdits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric Interface > IDECadastralFabric.CadastralTableFieldEdits Property
ArcGIS Developer Help

IDECadastralFabric.CadastralTableFieldEdits Property

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 [in]

CadastralTableFieldEdits is a parameter of type IArray* CadastralTableFieldEdits [out, retval]
CadastralTableFieldEdits is a parameter of type IArray**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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

[C++]

HRESULT get_CadastralTableFieldEdits(

ICadastralTableFieldEdits* CadastralTableFieldEdits,

);

HRESULT put_CadastralTableFieldEdits(

CadastralTableFieldEdits CadastralTableFieldEdits,

);

See Also

IDECadastralFabric Interface