API Documentation > Interfaces > Interface SelectionPair
Interface SelectionPair

package com.ptc.pfc.pfcSelect;

public interface
SelectionPair
extends
jxobject


Description
This class represents a pair of selected objects.
User Guide References:
Method Summary
Get method for attribute "Sel1"
The first Selected object.
Get method for attribute "Sel2"
The second Selected object.
void
Set method for attribute "Sel1"
The first Selected object.
void
Set method for attribute "Sel2"
The second Selected object.
Method Detail
GetSel1
GetSel1
()
SetSel1
void
SetSel1
(Selection value)
The first Selected object.
GetSel2
GetSel2
()
SetSel2
void
SetSel2
(Selection value)
The second Selected object.
Was this helpful?