This document is archived and information here might be outdated.  Recommended version.


ICadastralFabricSchemaEdit.UpdateSchema Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabricSchemaEdit Interface > ICadastralFabricSchemaEdit.UpdateSchema Method
ArcGIS Developer Help

ICadastralFabricSchemaEdit.UpdateSchema Method

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

[Visual Basic .NET]
Public Sub UpdateSchema ( _
    ByVal DataElement As IDECadastralFabric _
)
[C#]
public void UpdateSchema (
    IDECadastralFabric DataElement
);
[C++]
HRESULT UpdateSchema(
  IDECadastralFabric* DataElement
);
[C++]
Parameters
DataElement [in]

DataElement is a parameter of type IDECadastralFabric*

Product Availability

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

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.

[C++]

HRESULT UpdateSchema(

IDECadastralFabric* DataElement

);

See Also

ICadastralFabricSchemaEdit Interface