GetCheckedNodes([WithIndeterminate: Boolean = False]): IDimSelection;
GetCheckedNodes(WithIndeterminate: boolean): Prognoz.Platrform.Interop.Dimensions.IDimSelection;
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.
The GetCheckedNodes method returns selection containing the elements, which checkboxes are selected.
See also: