Introduced
4.0
Description
Starts a new tab on a layout. This allows a complex object to be represented on multiple "pages", rather than creating a very tall property page.
This should be the first item added to a multiple-tab layout. If a layout only has a single tab then the tab control does not show up.
Note: No "EndTab" method is necessary on PPGLayout. A tab is recognized as being complete when a new tab is started or the end of the layout is reached.
Scripting Syntax
PPGLayout.AddTab( Label )
C# Syntax
PPGItem PPGLayout.AddTab( String in_Label );Parameters
|
Parameter |
Type |
Description |
|
Label |
The text that appears in the tab control |
Return Value
See Also
Autodesk Softimage v7.5