This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabricSchemaEdit2 Interface > ICadastralFabricSchemaEdit2.ReleaseReadOnlyFields Method (ArcObjects .NET 10.5 SDK) |
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