Library | Module

Interface IpfcSelectionPair



Description

This class represents a pair of selected objects.



Property Summary

PropertySel1as IpfcSelection
The first Selected object.
PropertySel2as IpfcSelection
The second Selected object.



Method Summary

FunctionCCpfcSelectionPair.Create (inSel1 as IpfcSelection, inSel2 as IpfcSelection) as IpfcSelectionPair
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


PropertySel1as IpfcSelection

The first Selected object.




PropertySel2as IpfcSelection

The second Selected object.





Method Detail


FunctionCCpfcSelectionPair.Create (inSel1 as IpfcSelection, inSel2 as IpfcSelection) as IpfcSelectionPair

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.