drdSelectLayerGroupItem
drdSelectLayerGroupItem(
t_layerCategoryName
x_selectIndex
w_windowId
)
=> t / nil
Description
Selects the layer category in the Layer Category column and displays the corresponding layers in the Layer column on the Filters tab of the DRD Options form.
Arguments
|
Value indicating the selection states of a layer category; |
|
Value Returned
Examples
drdSelectLayerGroupItem("Derived" 1 window(2))
It selects the Derived category in the Layer Category column and displays the corresponding layers in the Layer column.
drdSelectLayerGroupItem("Routing" 0 window(2))
It deselects the Routing category in the Layer Category column.
Return to top