Select to view content in your preferred language

customize .mxd layout programmatically using .NET?

3329
1
10-02-2014 09:42 AM
JosephSaltenberger
Deactivated User

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