This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that describe cadastral fabric data elements.
Description | ||
---|---|---|
CadastralTableFieldEdits | Provides access to the field customizations for the cadastral fabric table. | |
ConfigurationKeyword | The database configuration keyword for the cadastral fabric. | |
DefaultAccuracyCategory | The default accuracy category for the cadastral fabric. |
CoClasses and Classes | Description |
---|---|
DECadastralFabric | Cadastral Fabric Data Element object. |
Provides access to members that control a cadastral fabric data element.
To create a new DECadastralFabric object, call the method IWorkspaceDataElementsExtension::CreateDataElement() implemented by the cadastral workspace extension. To access an existing DECadastralFabric object, call the property IDatasetComponent::DataElement() implemented by the Cadastral Fabric dataset.
Use the DECadastralFabric object to create a new Cadastral Fabric by calling the method IDatasetContainer2::CreateDataset() implemented by the cadastral fabric feature dataset extension. To update an existing fabric, pass the updated DECadastralFabric object to the method ICadastralFabricSchemaEdit::UpdateSchema(). Any custom updates to the schema of the cadastral fabric must occur via ICadastralFabricSchemaEdit::UpdateSchema() to properly persist the changes to the dataset.