|
|
Defines a new ribbon layout 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 RibbonLayoutAttribute _ Inherits Attribute |
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)] public sealed class RibbonLayoutAttribute : Attribute |
| Visual C++ |
|---|
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)] public ref class RibbonLayoutAttribute sealed : public Attribute |
Remarks
This Attribute can be applied to CommandHandlerPlugin.
The Ribbon is defined inside a xaml file. See the 'CustomRibbon' example for more information.