() { "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

Erro

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

Última Publicação: November 15, 2017 ArcGIS Runtime SDK
Número de ID do Erro BUG-000108786
EnviadoOctober 13, 2017
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Runtime SDK
Versão encontrada100.1.0
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusKnown Limit

Informações Adicionais

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

Etapas para Reproduzir

ID do Erro: BUG-000108786

Software:

  • ArcGIS Runtime SDK

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download