addCtgItemToSelection script operation

Adds the item to the static selection, but does nothing for a dynamic selection.

Deprecated: This script operation is deprecated and scheduled to be removed. Use the addEntryToSelection script operation instead.

Format: Procedural

Type: method

Syntax

void addCtgItemToSelection(Selection selection, Item item)

Parameters

Type Name Description Is required? Is array?
Selection selection The static selection to add the item to. true false
Item item The item to add to the selection. true false

Return values

Return value: void

Is array: false