Can't create new feature in annotation layer :(

422
2
09-29-2010 08:28 PM
SahaAswina
New Contributor
Hi All,
in my program I have several layer include an annotation layer. In my Toolbar Control I add some item

AxToolbarControl2.AddItem("esriControls.ControlsEditingEditorMenu", 0, -1, True, 0, esriCommandStyles.esriCommandStyleIconOnly)
AxToolbarControl2.AddItem("esriControls.ControlsEditingEditTool", 0, -1, True, 0, esriCommandStyles.esriCommandStyleIconOnly)
AxToolbarControl2.AddItem("esriControls.ControlsEditingSketchTool", 0, -1, True, 0, esriCommandStyles.esriCommandStyleIconOnly)
AxToolbarControl2.AddItem("esriControls.ControlsEditingTaskToolControl", 0, -1, False, 0, esriCommandStyles.esriCommandStyleIconOnly)
AxToolbarControl2.AddItem("esriControls.ControlsEditingTargetToolControl", 0, -1, True, 0, esriCommandStyles.esriCommandStyleIconOnly)


When I select Editor>Start Editing it work for all other layer (polygon, polyline, point) except in annotation layer. In other layer I can create new feature, edit feature, etc. But not in the Annotation Layer, what's wrong??

I have versioned the layer

Thanks
0 Kudos
2 Replies
StuartBlumberg
New Contributor II
Did you ever fix this issue?  Are you using ArcGIS 10?  Thanks.
0 Kudos
SahaAswina
New Contributor
Did you ever fix this issue?  Are you using ArcGIS 10?  Thanks.


Not yet, still working in other part of my program. I am using ArcGIS Engine 9.3
0 Kudos