laptop and a wrench

不具合

Programmatically changing an ArcGIS Server map resource's background from transparent to opaque makes the background color white.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM010186
送信されましたJuly 6, 2007
最終更新日June 5, 2024
適用対象No Product Found
見つかったバージョン9.2
ステータスWill Not Be Addressed

参考情報

No Public Explanation

対処法

Cloning the map resource and changing transparency settings on the clone (then replacing the original) will yeild the expected results. For example: MapResourceItem mriNew = (MapResourceItem)mri.Clone(); mriNew.DisplaySettings.ImageDescriptor.TransparentBackground = false; mriNew.DisplaySettings.ImageDescriptor.TransparentColor = System.Drawing.Color.Empty; MapResourceManager1.ResourceItems.Remove(mri); MapResourceManager1.ResourceItems.Insert(index + 1, mriNew); MapResourceManager1.CreateResource(mriNew); MapResourceManager1.Refresh(); Map1.Refresh();

再現の手順

不具合 ID: NIM010186

ソフトウェア:

  • No Product Found

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

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

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

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

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

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

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