RhinoCommon API
RenderContentAddAutomaticUserInterfaceSection Method |
Add a new automatic user interface section, Field values which include
prompts will be automatically added to this section.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.1

public bool AddAutomaticUserInterfaceSection( string caption, int id )
Public Function AddAutomaticUserInterfaceSection ( caption As String, id As Integer ) As Boolean
Parameters
- caption
- Type: SystemString
Expandable tab caption. - id
- Type: SystemInt32
Tab id which may be used later on to reference this tab.
Return Value
Type: BooleanReturns true if the automatic tab section was added otherwise; returns false on error.
