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