drdCheckedLayerGroupItem
drdCheckedLayerGroupItem(
t_layerCategoryName
x_toggleValue
w_windowId
)
=> t / nil
Description
Toggles the state of a layer category in the Layer Category column on the Filters tab of the DRD Options form.
Arguments
|
Value indicating the different selection states of a layer category; |
|
Value Returned
Examples
drdCheckedLayerGroupItem("Device" 2 window(2))
It selects the Device category.
drdCheckedLayerGroupItem("Routing" 0 window(2))
Return to top