Hello 🙂
I try to create a geometry and apply a template to it. I posted another subject about templates and "Creature Features" pane and didn't get any answer, so I suppose what I tried to do was not possible. I have a different solution, but I don't know how to do it.
Have a good day !
Thank you 🙂
Solved! Go to Solution.
Check out this page in the AGP wiki
ProConcepts Editing · Esri/arcgis-pro-sdk Wiki (github.com)
There are several events you can use. The most useful is EditCompletedEvent. This will give you the information for features that were just created and you can retrieve the geometry for them.
The wiki on Github is a great source of information. I personally used it A LOT when we recently worked on a project integrating our products into ArcGIS Pro. I would say about 90% of our questions were answered by looking in the wiki.
I hope that helps.
Kris
Check out this page in the AGP wiki
ProConcepts Editing · Esri/arcgis-pro-sdk Wiki (github.com)
There are several events you can use. The most useful is EditCompletedEvent. This will give you the information for features that were just created and you can retrieve the geometry for them.
The wiki on Github is a great source of information. I personally used it A LOT when we recently worked on a project integrating our products into ArcGIS Pro. I would say about 90% of our questions were answered by looking in the wiki.
I hope that helps.
Kris
Thank you 🙂 It helps a lot !
I'm new to ArcGis Pro and don't understand (for the moment) all concept. I checked the github and it contains sooooo much information !
Thank you again 🙂
You are very welcome. Don't ever hesitate to ask a question here. There is no such thing as a stupid question.
Kris