API Documentation > Classes > Class pfcSelectionOptions
Class pfcSelectionOptions
Description
This class describes the selection options.
Property Summary
/* optional */ number
The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.
string
The selection filter.
Method Summary
Create (string inOptionKeywords)
Specifies the options used in the selection.
Property Detail
/* optional */ number
MaxNumSels
The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.
string
OptionKeywords
The selection filter.
Method Detail
Create
(string inOptionKeywords)
Specifies the options used in the selection.
The return value is an argument to pfcBaseSession.Select() .
Parameters:
inOptionKeywords
The keywords to include in the selection
Returns:
A pointer to the new SelectionOptions object
User Guide References:
Was this helpful?