IDimensionViewerBase.GetCheckedNodes

Syntax

GetCheckedNodes([WithIndeterminate: Boolean = False]): IDimSelection;

Parameters

WithIndeterminate. Optional parameter that determines whether elements with indefinite state are included into collection (IDimensionViewerBase.CheckState=Indeterminate). By default, elements with indefinite state of checkbox selection are not included into collection.

Description

The GetCheckedNodes method returns selection containing the elements, which checkboxes are selected.

See also:

IDimensionViewerBase