com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabricSchemaEdit2

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

public interface ICadastralFabricSchemaEdit2
extends Serializable

Provides access to members that modify the cadastral fabric schema.

Product Availability

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


Method Summary
 void releaseReadOnlyFields(ITable pTable, int table)
          Temporarily release the read-only property on system the fields of the given cadastral fabric table.
 void resetReadOnlyFields(int table)
          Reset the read-only property on system the fields of the cadastral fabric tables.
 

Method Detail

releaseReadOnlyFields

void releaseReadOnlyFields(ITable pTable,
                           int table)
                           throws IOException,
                                  AutomationException
Temporarily release the read-only property on system the fields of the given cadastral fabric table.

Product Availability

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

Parameters:
pTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
table - A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricTable constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetReadOnlyFields

void resetReadOnlyFields(int table)
                         throws IOException,
                                AutomationException
Reset the read-only property on system the fields of the cadastral fabric tables.

Product Availability

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

Parameters:
table - A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricTable constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.