Category Selection, Object ProSelection

Function ProSelectionDisplay


Description
Displays the selection. Note that this is a one-time action (the next repaint will erase this display).
Replacement in Object TOOLKIT: pfcSelection::Display
Synopsis
#include <ProSelection.h>
ProErrorProSelectionDisplay(
ProSelection selection
/* (In)
The selection to display
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully displayed the selection.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Selection: Highlighting
  3. User Interface: Selection: Highlighting

Sample Code References:

  1. pt_examples ( TestSelect.c )
  2. pt_examples ( TestSelect.c )