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


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

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