This document is archived and information here might be outdated. Recommended version. |
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**
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().
HRESULT get_CadastralTableFieldEdits(
ICadastralTableFieldEdits* CadastralTableFieldEdits,
);
HRESULT put_CadastralTableFieldEdits(
CadastralTableFieldEdits CadastralTableFieldEdits,
);