I'm looking for something similar as "IGraphicsContainer" in ArcObjects.

983
2
10-13-2016 12:41 PM
CollinKleiboer
New Contributor III

I want to display a (temp) geometry in ArcGIS Pro. In ArcMap there is the IGraphicsContainer, which I can use. I'm looking for something similar in Pro SDK, but can't find it. Is this upcoming or do I need to create a workaround?

Tags (1)
0 Kudos
2 Replies
UmaHarano
Esri Regular Contributor

Hi Collin

Here is a sample that contains three different examples of working with Pro's graphic overlay: https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Map-Exploration/OverlayExamples 

There are also some code snippets available here: https://github.com/ArcGIS/arcgis-pro-sdk/wiki/ProSnippets-MapExploration#graphic-overlay 

Thanks

Uma Harano

ArcGIS Desktop SDK Team.

CollinKleiboer
New Contributor III

Hi Uma,

Thanks for your help. It's simpler than I thought, I just have to use the MapView.

Your url's are pointing to an unknown source, so I'll repeat them here:

https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Map-Exploration/OverlayExamples 

https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-MapExploration#graphic-overlay 

Thanks!

Best regards,

Collin Kleiboer

GisSense BV

0 Kudos