Is it possible to access the "Select Feature Template" dialog as shown in the below screenshot through ArcObjects? We can access this dialog when using the Editor -> Copy Parallel tool.
enter image description here
JC5577
14.7k8 gold badges72 silver badges143 bronze badges
asked Mar 12, 2015 at 10:05
-
IEditTemplate and few related interfaces are in ESRI.ArcGIS.Carto namespace, so look if you can find a ...Dialog in ESRI.ArcGIS.CartoUI.Remigijus Pankevičius– Remigijus Pankevičius2015年03月12日 10:19:35 +00:00Commented Mar 12, 2015 at 10:19
1 Answer 1
Check this ArcGIS sample that exactly addresses your question:
answered Mar 12, 2015 at 11:26
-
1wow! i don't even have to write a line of code? thank you.vinayan– vinayan2015年03月13日 06:12:13 +00:00Commented Mar 13, 2015 at 6:12