Library | Module

Interface IpfcParameterSelectionOptions



Description

This class specifies the parameter selection options.



Property Summary

PropertyAllowContextSelectionas Boolean [optional]
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.
PropertyAllowMultipleSelectionsas Boolean [optional]
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.
PropertyContextsas IpfcParameterSelectionContexts [optional]
The parameter selection contexts.The default indicates that parameters may be selected from any context.
PropertySelectButtonLabelas String [optional]
Label for the select button.The default is null.



Method Summary

FunctionCCpfcParameterSelectionOptions.Create () as IpfcParameterSelectionOptions
Creates a ParameterSelectionOptions object.



Property Detail


PropertyAllowContextSelectionas Boolean [optional]

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.




PropertyAllowMultipleSelectionsas Boolean [optional]

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.




PropertyContextsas IpfcParameterSelectionContexts [optional]

The parameter selection contexts.The default indicates that parameters may be selected from any context.




PropertySelectButtonLabelas String [optional]

Label for the select button.The default is null.





Method Detail


FunctionCCpfcParameterSelectionOptions.Create () as IpfcParameterSelectionOptions

Creates a ParameterSelectionOptions object.
Returns: