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


ICadastralFabricSchemaEdit2.ResetReadOnlyFields 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.ResetReadOnlyFields Method
ArcGIS Developer Help

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