ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabricSchemaEdit2.ReleaseReadOnlyFields Method

Temporarily release the read-only property on system the fields of the given cadastral fabric table.

[Visual Basic .NET]
Public Sub ReleaseReadOnlyFields ( _
    ByVal pTable As ITable, _
    ByVal Table As esriCadastralFabricTable _
)
[C#]
public void ReleaseReadOnlyFields (
    ITable pTable,
    esriCadastralFabricTable Table
);
[C++]
HRESULT ReleaseReadOnlyFields(
  ITable* pTable,
  esriCadastralFabricTable Table
);
[C++]

Parameters

pTable [in]

  pTable is a parameter of type ITable

Table [in]

  Table is a parameter of type esriCadastralFabricTable

Product Availability

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

See Also

ICadastralFabricSchemaEdit2 Interface