<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CIMPointSymbol  in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/cimpointsymbol/m-p/848619#M4168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As usual, after sleeping on it, I found my dumb mistake.&amp;nbsp; The above code works I just wasn't overwriting properly into the style where I was saving.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jul 2018 14:45:02 GMT</pubDate>
    <dc:creator>mikeharol</dc:creator>
    <dc:date>2018-07-29T14:45:02Z</dc:date>
    <item>
      <title>CIMPointSymbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/cimpointsymbol/m-p/848618#M4167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like an example of how to create a point with say a circle and then offset a square. I see how you can do it with a LineSymbology(Symbology Sample Project) but I get an error trying to do something similar with the CIMPointSymbol.&amp;nbsp; Below is code that doesn't work but may help clarify&amp;nbsp;what I would like to do.&amp;nbsp; Any help steering me in the right direction is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal static Task&amp;lt;CIMPointSymbol&amp;gt; CreatePointTwoMarkersAsync()&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;return QueuedTask.Run&amp;lt;CIMPointSymbol&amp;gt;(() =&amp;gt;&lt;BR /&gt;{&lt;BR /&gt;var twoPointMarkers = new CIMPointSymbol();&lt;BR /&gt;var circleMarker = SymbolFactory.Instance.ConstructMarker(ColorFactory.Instance.GreyRGB, 5, SimpleMarkerStyle.Circle) as CIMVectorMarker;&lt;BR /&gt;var squareMarker = SymbolFactory.Instance.ConstructMarker(ColorFactory.Instance.WhiteRGB, 5, SimpleMarkerStyle.Square) as CIMVectorMarker;&lt;BR /&gt;CIMSymbolLayer[] mySymbolLyrs =&lt;BR /&gt;{&lt;BR /&gt;new CIMVectorMarker() //circle marker&lt;BR /&gt;{&lt;BR /&gt;MarkerGraphics = circleMarker.MarkerGraphics,&lt;BR /&gt;Frame = circleMarker.Frame, &lt;BR /&gt;Size = circleMarker.Size, &lt;BR /&gt;OffsetX= 0&lt;/P&gt;&lt;P&gt;},&lt;BR /&gt;new CIMVectorMarker() //square marker&lt;BR /&gt;{&lt;BR /&gt;MarkerGraphics = squareMarker.MarkerGraphics,&lt;BR /&gt;Frame = squareMarker.Frame,&lt;BR /&gt;Size = squareMarker.Size, &lt;BR /&gt;OffsetX= 5&lt;BR /&gt;}&lt;BR /&gt;};&lt;BR /&gt;twoPointMarkers.SymbolLayers = mySymbolLyrs;&lt;BR /&gt;return twoPointMarkers;&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2018 22:49:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/cimpointsymbol/m-p/848618#M4167</guid>
      <dc:creator>mikeharol</dc:creator>
      <dc:date>2018-07-28T22:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: CIMPointSymbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/cimpointsymbol/m-p/848619#M4168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As usual, after sleeping on it, I found my dumb mistake.&amp;nbsp; The above code works I just wasn't overwriting properly into the style where I was saving.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2018 14:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/cimpointsymbol/m-p/848619#M4168</guid>
      <dc:creator>mikeharol</dc:creator>
      <dc:date>2018-07-29T14:45:02Z</dc:date>
    </item>
  </channel>
</rss>

