RVTDocs.com
Namespace: Autodesk.Revit.UI Interface: IContextMenuCreator

IContextMenuCreator.BuildContextMenu

Method
Description:
Build a Context Menu.
Remarks:

In this method, developer can add menu items to the passed in ContextMenu object. This callback will be called on every right-click in Canvas or ProjectBrowser.

Syntax
Parameters
Parameter Type Description
menu ContextMenu
Return Value