|
|
Represents the definition of a ribbon layout in the GUI system
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public NotInheritable Class RibbonLayoutRecord |
| C# |
|---|
public sealed class RibbonLayoutRecord |
| Visual C++ |
|---|
public ref class RibbonLayoutRecord sealed |
Remarks
Instances of the class can be found in the property CommandHandlerPluginRecord.RibbonLayoutRecords.
See the 'CustomRibbon' example for more information.