Library | Module

Class pfcSelectionOptions



Description

This class describes the selection options.



Property Summary

/* optional */ numberMaxNumSels
The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.
stringOptionKeywords
The selection filter.



Method Summary

static pfcSelectionOptionsCreate (string inOptionKeywords)
Specifies the options used in the selection.



Property Detail


/* optional */ numberMaxNumSels

The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.




stringOptionKeywords

The selection filter.





Method Detail


static pfcSelectionOptionsCreate (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