laptop and a wrench

不具合

Setting the IFieldEdit.Editable Property to True does not work as expected.

最後に公開された状態: August 25, 2014 ArcGIS for Desktop
不具合 ID 番号 NIM074831
送信されましたNovember 1, 2011
最終更新日June 5, 2024
適用対象ArcGIS for Desktop
見つかったバージョン10.0
オペレーティング システムWindows OS
オペレーティング システムのバージョン7 64 Bit
ステータスWill Not Be Addressed

参考情報

The IFieldEdit.IsEditable property is used to define fields that are only editable by the geodatabase and ArcGIS applications.

対処法

Using the IFieldInfo3.Readonly Property for the same works as expected:Public Sub UsingFieldInfo() Dim pMap As IMap Dim pMxDoc As IMxDocument Set pMxDoc = ThisDocument Set pMap = pMxDoc.FocusMap Dim pFlayer As IFeatureLayer Set pFlayer = pMap.Layer(0) Dim pLayerfields As ILayerFields Set pLayerfields = pFlayer Dim pFieldInfo3 As IFieldInfo3 Set pFieldInfo3 = pLayerfields.FieldInfo(5) pFieldInfo3.Readonly = FalseEnd Sub

再現の手順

不具合 ID: NIM074831

ソフトウェア:

  • ArcGIS for Desktop

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動