|
|
Defines a ribbon tab in the GUI system.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _ Public NotInheritable Class RibbonTabAttribute _ Inherits Attribute |
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)] public sealed class RibbonTabAttribute : Attribute |
| Visual C++ |
|---|
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)] public ref class RibbonTabAttribute sealed : public Attribute |
Remarks
This Attribute can be applied to a CommandHandlerPlugin.
The Ribbon is defined inside a xaml file. See the 'CustomRibbon' example for more information.