customize .mxd layout programmatically using .NET?

3239
1
10-02-2014 09:42 AM
JosephSaltenberger
New Contributor III

Is there a way to customize the the layout for an .mxd programmatically in .NET (i.e. turning off certain toolbars, menus, etc...) when the .mxd is opened?

I have been successful in saving layout settings to the .mxd within ArcMap, and was wondering if there is a way to do this through .NET

Thanks.

Tags (3)
0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor

If you want to manipulate tool bars then this can be achieved by using the Interface ICommandbars, ICommandBar and ICommandItem interfaces.

0 Kudos