Zum Hauptinhalt gehen

Custom SimpleMarkerSymbol Error

Kommentare

2 Kommentare

  • Permanently deleted user

    I solved it. I just added my point to a new FeatureSet. Then I used 'UpdateGraphicsLayers' tool to create a new Graphics Layer, add the feature set and define the renderer using this string: 

    New ESRI.ArcGIS.Client.SimpleRenderer() With { .Symbol = new ESRI.ArcGIS.Client.Symbols.SimpleMarkerSymbol() With { .Color = new System.Windows.Media.SolidColorBrush(System.Windows.Media.Colors.DarkBlue), .Size = 14.0, .Style = ESRI.ArcGIS.Client.Symbols.SimpleMarkerSymbol.SimpleMarkerStyle.Square } }

     

    0
  • Richard Diaz

    Nice!  Thanks for posting this!

    Rick

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.