Type Alias NxSelectionInfo

type NxSelectionInfo = {
    qInSelections?: boolean;
    qMadeSelections?: boolean;
}
Index

Properties

qInSelections?: boolean

Is set to true if the visualization is in selection mode. For more information about the selection mode, see BeginSelections Method.

qMadeSelections?: boolean

Is set to true if the visualization is in selection mode and if some selections have been made while in selection mode. For more information about the selection mode, see BeginSelections Method.