API Documentation > Classes > Class pfcSelectionPair
Class pfcSelectionPair
Description
This class represents a pair of selected objects.
User Guide References:
Property Summary
The first Selected object.
The second Selected object.
Method Summary
Creates a new SelectionPair object; it's a field of SelectionEvaluator and GlobalInterference classes and represents the data necessary to call several functions that deal with interference.
Property Detail
The first Selected object.
The second Selected object.
Method Detail
Create
(pfcSelection inSel1, pfcSelection inSel2)
Creates a new SelectionPair object; it's a field of SelectionEvaluator and GlobalInterference classes and represents the data necessary to call several functions that deal with interference.
Parameters:
inSel1
The first Selected object.
inSel2
The second Selected object.
Returns:
The SelectionPair object.
User Guide References:
Was this helpful?