ArcObjects Library Reference (GeoDatabaseExtensions)  

IDECadastralFabric Interface

Provides access to members that describe cadastral fabric data elements.

Product Availability

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

Members

Description
Read/write property CadastralTableFieldEdits Provides access to the field customizations for the cadastral fabric table.
Read/write property ConfigurationKeyword The database configuration keyword for the cadastral fabric.
Read/write property DefaultAccuracyCategory The default accuracy category for the cadastral fabric.

CoClasses that implement IDECadastralFabric

CoClasses and Classes Description
DECadastralFabric Cadastral Fabric Data Element object.

Remarks

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.