Adds a new context menu creator.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RegisterContextMenu(
string fullClassName,
IContextMenuCreator creator
)
Parameters
- fullClassName String
- FullClassName of the application.
- creator IContextMenuCreator
- Your add-in's implementation of the IContextMenuCreator interface.
Remarks
For details about the use of IContextMenuCreator, see
IContextMenuCreator.
See Also
Reference