API Documentation > Interface Classes > Class pfcParameterSelectionOptions
Class pfcParameterSelectionOptions

# include <pfcModelItem.h>

class
pfcParameterSelectionOptions
: public virtual
xobject
{
xdeclare(pfcParameterSelectionOptions)
...
};
This is a
COMPACT class.

Description
This class specifies the parameter selection options.
User Guide References:
Method Summary
Creates a ParameterSelectionOptions object.
void
Whether or not to allow parameter selection from multiple contexts, or only from the invoking parameter owner.The default is to allow selection only from the invoking parameter owner.
void
Whether or not to allow multiple parameters to be selected from the dialog box, or only a single parameter. By default, it is true, and allows selection of multiple parameters.
void
The parameter selection contexts.The default indicates that parameters may be selected from any context.
void
Label for the select button.The default is null.
Method Detail
The parameter selection contexts.The default indicates that parameters may be selected from any context.
User Guide References:
GetAllowContextSelection
()
void
SetAllowContextSelection
(cipOptional xbool value)
Whether or not to allow parameter selection from multiple contexts, or only from the invoking parameter owner.The default is to allow selection only from the invoking parameter owner.
User Guide References:
GetAllowMultipleSelections
()
void
SetAllowMultipleSelections
(cipOptional xbool value)
Whether or not to allow multiple parameters to be selected from the dialog box, or only a single parameter. By default, it is true, and allows selection of multiple parameters.
User Guide References:
GetSelectButtonLabel
()
void
SetSelectButtonLabel
Label for the select button.The default is null.
User Guide References:
Creates a ParameterSelectionOptions object.
User Guide References:
Returns:
Was this helpful?