SpecialCatAdd

The SpecialCatAdd verb creates a special category in the specified dimension.

The user interface equivalent is to open the Diagram, click the right side of a root or special category, and drag the connection to the right.

For more information about creating special categories, see SpecialCatMake.

The syntax is as follows:

SpecialCatAdd objSpecialCat [Dimension objDim] Parent objCat [catopts]

Argument

Description

SpecialCatAdd objSpecialCat

Creates the special category objSpecialCat. objSpecialCat must be the object name and can include the object identifier.

Dimension objDim

Specifies a dimension objDim for the special category. objDim can be the object name, object identifier, or both.

Parent objCat

Specifies the parent category objCat. objCat can be the object name or object identifier.

catopts

Optional parameters that describe the category in greater detail. Some options are set by default if you do not set them. For the complete list of options, see catopts.

Example

This example creates the special category Current Month.

SpecialCatAdd "Current Month" Parent "Time"