ArcGIS Engine editing question

491
1
04-18-2012 08:32 AM
CraigMacholz
New Contributor
I have a simple ArcEngine/VB.net/windowsForms application. During an editing session, I???m capturing the OnCreateFeature & OnChnageFeature events. I would like to

1) Open a custom dialog to force the user to edit some of the Attributes of the Feature.

I???m thinking I need to extend the ControlsEditingAttributeCommand to fit my needs and open the window (Does this sound right?).

How can I open the ???Attributes window??? in code?

[ATTACH=CONFIG]13631[/ATTACH]

Thanks
0 Kudos
1 Reply
CraigMacholz
New Contributor
I guess this was pretty simple.

Me.AxToolbarControlEditData.GetItem(4).Command.OnClick()
0 Kudos