| Library | Module | Frames | Expand |
| /* 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. | ||
| static pfcSelectionOptions | Create (string inOptionKeywords) | |
| Specifies the options used in the selection. | ||
| /* 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. |
| static pfcSelectionOptions | Create | (string inOptionKeywords) |
|
Specifies the options used in the selection. The return value is an argument to pfcBaseSession.Select() .
|