laptop and a wrench

不具合

When rotating the map, the ICachedGraphic's text attributes do not keep the same direction as the symbol.

最後に公開された状態: August 31, 2014 ArcGIS Engine
不具合 ID 番号 NIM053275
送信されましたJanuary 22, 2010
最終更新日June 5, 2024
適用対象ArcGIS Engine
見つかったバージョン9.3.1
オペレーティング システムWindows OS
オペレーティング システムのバージョンXP
ステータスKnown Limit

参考情報

No Public Explanation

対処法

Use this code to rotate the map : // workaround to keep the symbol and text always looking north of the map this.axMapControl1.Rotation = this.axMapControl1.Rotation - 45; if (cachedGraphic != null) { cachedGraphic.Angle = Math.PI / 180 * this.axMapControl1.Rotation; IDisplay simpleDisplay = new SimpleDisplayClass(); cachedGraphic.Refresh(simpleDisplay); cachedGraphic.Angle = 0; } this.axMapControl1.Refresh(esriViewDrawPhase.esriViewGeography, null, null);Instead of using: //issue this.axMapControl1.Rotation = this.axMapControl1.Rotation - 45; this.axMapControl1.Refresh(esriViewDrawPhase.esriViewGeography, null, null);

再現の手順

不具合 ID: NIM053275

ソフトウェア:

  • ArcGIS Engine

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

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

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

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

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

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

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