Autodesk Navisworks API
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How can I customize Navisworks Help menu
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
38 Views, 1 Replies
12-21-2012 02:13 AM
Is it possible to add a new "Menu Item" in the Help dropdown Menu? ike under "About Autoldesk Navisworks Manage"
Re: How can I customize Navisworks Help menu
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-07-2013 09:31 PM in reply to:
jsjwql1983
Hi,
have you tried with AddInLocation attribute?
[PluginAttribute("DevTV_AddInPlugin_ContextMenu",
"ADSK",
ToolTip = "这是放置在选择集右键菜单的插件",
DisplayName = "DevTV_ContextMenu")]
// plugin location
[AddInPlugin(AddInLocation.Help)]
class class_AddInPlugin: AddInPlugin
Xiaodong Liang
Developer Technical Services
Autodesk Developer Network
