Select a feature template programatically

1751
1
04-08-2011 03:18 PM
ChrisBradberry
Occasional Contributor
Hey,

I am trying to select a feature template for editing a feature class.  I have selected the feature layer in the TOC and created a feature template, but cannot get the feature template selected to allow the user to start editing.

Is it possible to select the feature template through code?  I would like to do it without opening the create feature window.

Thanks, Chris
0 Kudos
1 Reply
ChrisBradberry
Occasional Contributor
With the help of tech support, I found the command.

IEditor3.CurrentTemplate  will set the selected template to start editing.

Chris
0 Kudos