RemoveUserTab
 
 
 

RemoveUserTab

Introduced

v8.0 (2010)

Description

Removes one or more user tab(s) from each object in the specified list. User tabs are lists of comma-separated strings, identical to user keywords, except that they are shown as tabs in the Material Manager. Presently, they are not used anywhere else in the software.

Scripting Syntax

RemoveUserTab( [InputObjs], Keywords );

Parameters

Parameter Type Description
InputObjs SelectionList or Selection

Default Value: If not specified, the current selection is used.

Keywords String

Examples

COM (C++) Example

' See the example on the AddUserTab page

See Also

AddUserTab ClearUserTab GetUserTab SetUserTab AddUserKeyword RemoveUserKeyword ClearUserKeyword GetUserKeyword SetUserKeyword