Category Selection, Object ProSelection

Function ProSelectionUnhighlight


Description
Removes the highlighting from the selection, which was highlighted by a previous call to ProSelectionHighlight().
Replacement in Object TOOLKIT: pfcSelection::UnHighlight
Synopsis
#include <ProSelection.h>
ProErrorProSelectionUnhighlight(
ProSelection selection
/* (In)
The selection from which to remove the highlighting
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the highlighting.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_af_examples ( PTAFExNotesToPlane.c )
  2. pt_examples ( TestGeom.c )
  3. pt_examples ( TestDrawTbl.c )
  4. pt_examples ( TestDrawTbl.c )
  5. pt_examples ( TestDrawTbl.c )
  6. pt_examples ( TestDrawTbl.c )
  7. pt_examples ( TestDrawTbl.c )
  8. pt_examples ( TestMisc.c )
  9. pt_examples ( TestSetup.c )
  10. pt_examples ( TestSelect.c )
  11. pt_examples ( TestSelect.c )
  12. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  13. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  14. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  15. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  16. pt_userguide ( UgAsmcompConstraint.c )
  17. pt_userguide ( UgAsmcompConstraint.c )
  18. pt_userguide ( UgAsmcompConstraint.c )
  19. pt_userguide ( UgDimDisplayRounded.c )
  20. pt_userguide ( UgDimsChange.c )