|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralFabricSchemaEdit
Provides access to members that modify the cadastral fabric schema.
Provides access to members that modify the cadastral fabric schema.
Method Summary | |
---|---|
void |
updateSchema(IDECadastralFabric dataElement)
Updates the schema for the cadastral fabric based upon the given data element. |
Method Detail |
---|
void updateSchema(IDECadastralFabric dataElement) throws IOException, AutomationException
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.
dataElement
- A reference to a com.esri.arcgis.geodatabaseextensions.IDECadastralFabric (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |