ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabricSchemaEdit2.ResetReadOnlyFields Method

Reset the read-only property on system the fields of the cadastral fabric tables.

[Visual Basic .NET]
Public Sub ResetReadOnlyFields ( _
    ByVal Table As esriCadastralFabricTable _
)
[C#]
public void ResetReadOnlyFields (
    esriCadastralFabricTable Table
);
[C++]
HRESULT ResetReadOnlyFields(
  esriCadastralFabricTable Table
);
[C++]

Parameters

Table [in]

  Table is a parameter of type esriCadastralFabricTable

Product Availability

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

See Also

ICadastralFabricSchemaEdit2 Interface