API Documentation > Classes > Interface IpfcSelectionOptions
Interface IpfcSelectionOptions
Description
This class describes the selection options.
User Guide References:
Property Summary
Property
as Long [optional]
The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.
Property
as String
The selection filter.
Method Summary
Function
CCpfcSelectionOptions.Create (inOptionKeywords as String) as IpfcSelectionOptions
Specifies the options used in the selection.
Property Detail
Property
MaxNumSels
as Long [optional]
The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.
Property
OptionKeywords
as String
The selection filter.
Method Detail
Function
CCpfcSelectionOptions.Create
(inOptionKeywords as String) as IpfcSelectionOptions
Specifies the options used in the selection.
The return value is an argument to IpfcBaseSession.Select() .
Parameters:
inOptionKeywords
The keywords to include in the selection
Returns:
A pointer to the new SelectionOptions object
Was this helpful?