Category Selection, Object ProSelection

Function ProSelectionHighlight


Description
Highlights the selection in the current window. The selection remains highlighted until you call the function ProSelectionUnhighlight().
Replacement in Object TOOLKIT: pfcSelection::Highlight
Synopsis
#include <ProSelection.h>
ProErrorProSelectionHighlight(
ProSelection selection
/* (In)
The selection to highlight
*/
ProColortype color
/* (In)
The highlight color
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully highlighted the selection.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  3. User Interface: Selection: ProSelection Function Examples
  4. User Interface: Selection: Highlighting
  5. User Interface: Selection: Highlighting

Sample Code References:

  1. pt_examples ( TestFeats.c )
  2. pt_examples ( TestGeom.c )
  3. pt_examples ( TestGeom.c )
  4. pt_examples ( TestGeom.c )
  5. pt_examples ( UtilGeom.c )
  6. pt_examples ( TestCavityLayout.c )
  7. pt_examples ( TestMfgOper.c )
  8. pt_examples ( TestMisc.c )
  9. pt_examples ( TestSelect.c )
  10. pt_examples ( TestRule.c )
  11. pt_examples ( TestSimpRep.c )
  12. pt_examples ( TestSimpRep.c )
  13. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  14. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  15. pt_userguide ( UgAsmcompConstraint.c )
  16. pt_userguide ( UgAsmcompConstraint.c )
  17. pt_userguide ( UgAsmcompTransfGet.c )
  18. pt_userguide ( UgFundVisit.c )
  19. pt_userguide ( UgGeomChildDisp.c )
  20. pt_userguide ( UgGeomHoleSrfDisp.c )
  21. pt_userguide ( UgMfgMillSeqCreate.c )
  22. pt_userguide ( UgSimprepInfo.c )