com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabricSchemaEdit

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadastralFabric, ICadastralFabricSchemaEditProxy

public interface ICadastralFabricSchemaEdit
extends Serializable

Provides access to members that modify the cadastral fabric schema.

Remarks

Provides access to members that modify the cadastral fabric schema.

Product Availability

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


Method Summary
 void updateSchema(IDECadastralFabric dataElement)
          Updates the schema for the cadastral fabric based upon the given data element.
 

Method Detail

updateSchema

void updateSchema(IDECadastralFabric dataElement)
                  throws IOException,
                         AutomationException
Updates the schema for the cadastral fabric based upon the given data element.

Remarks

Updates the schema for the cadastral fabric based upon the given data element.

Use the UpdateSchema method to update the cadastral fabric schema in one operation. The DataElement may contain schema changes such as modifications to the extended attribute fields or changes to the accuracy category values for the cadastral fabric.

Any custom updates to the schema of the cadastral fabric must occur via ICadastralFabricSchemaEdit::UpdateSchema() to properly persist the changes to the dataset.

As the developer, you're responsible for ensuring the integrity of the data element when it’s supplied to the UpdateSchema method.

Product Availability

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

Parameters:
dataElement - A reference to a com.esri.arcgis.geodatabaseextensions.IDECadastralFabric (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.