() { "My Polygon Symbol" }); ``` For more information see: http://pro.arcgis.com/en/pro-app/help/projects/styles.htm http://pro.arcgis.com/en/pro-app/help/projects/manage-styles.htm http://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/polygon-symbols.htm"/>
laptop and a wrench

漏洞

Changing the graphics rendering mode from dynamic to static and vice versa changes the rendering direction of composite symbol placement effect.

上次发布: November 15, 2017 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000108786
已提交October 13, 2017
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本100.1.0
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Known Limit

附加信息

The JSON symbol definition used in this case is no longer supported in ArcGIS Runtime as of version 100.2. To ensure supported JSON is used, the recommended approach is to use ArcGIS Pro to create mobile style files (.stylx) and reference those via the ArcGIS Runtime API using the `SymbolStyle` class static `OpenAsync()` method. That returns a SymbolStyle instance that can return symbols using the GetSymbolAsync method in conjunction with the symbol name. The symbol can be used on a per-Graphic basis, or within a Renderer. The existing JSON symbol definition(s) can be used as a guide to create new symbols within the new mobile style. For example: ``` SymbolStyle symbolStyle = await SymbolStyle.OpenAsync(@"C:\MyMobileStyle.stylx"); Symbol symbol = await symbolStyle.GetSymbolAsync(new List() { "My Polygon Symbol" }); ``` For more information see: http://pro.arcgis.com/en/pro-app/help/projects/styles.htm http://pro.arcgis.com/en/pro-app/help/projects/manage-styles.htm http://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/polygon-symbols.htm

重现步骤

漏洞 ID: BUG-000108786

软件:

  • ArcGIS Runtime SDK

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项