ArcObjects Library Reference (GeoDatabaseExtensions)  

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 [out, retval]

  CadastralTableFieldEdits is a parameter of type IArray

CadastralTableFieldEdits [in]

  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++]

See Also

IDECadastralFabric Interface