laptop and a wrench

不具合

The definition query is missing in the Layer Properties of ArcGIS Pro after setting it in an Add-In button using FeatureLayer.SetDefinitionQuery.

最後に公開された状態: May 31, 2019 ArcGIS Pro SDK for .NET
不具合 ID 番号 BUG-000122542
送信されましたMay 22, 2019
最終更新日July 30, 2025
適用対象ArcGIS Pro SDK for .NET
見つかったバージョン2.3.2
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
修正されたバージョン2.4
ステータスFixed

参考情報

To update the user interface to reflect the definition query on the layer in ArcGIS Pro, the CIM must be updated with the change after calling the SetDefinitionQuery method on the layer class. Refer to the code below as an example: featureLayer.SetDefinitionQuery(" QUERYDEFINITION "); CIMFeatureLayer cimDef = featureLayer.GetDefinition() as CIMFeatureLayer; featureLayer.SetDefinition(cimDef);

再現の手順

不具合 ID: BUG-000122542

ソフトウェア:

  • ArcGIS Pro SDK for .NET

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

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

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

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

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

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

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