I am converting ArcGIS 10.3 extention to Arcpro and I need some code help on below events
1.Arcpro startup event
2.Arcpro project opening event
3.Layer Added/deleted event
Can anyone provide code with above events?
Thank You.
Regards
Amarnath Challa
there are various api's, for example... for Pro Python . There is alist of api's and sdk's here. or are you looking for something already done?
Yes.
I am creating Addins in Arcpro using dotnet.
From here... the GitHub link would be a good place to look for examples. Otherwise the documentation section provides requirements and code examples.