Category Selection, Object ProSelection

Function ProSelectionVerify


Description
Verifies the validity of the ProSelection.
Replacement in Object TOOLKIT: wfcWSelection::Verify
Synopsis
#include <ProSelection.h>
ProErrorProSelectionVerify(
ProSelection selection
/* (In)
The selection to verify
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully verified the selection.
PRO_TK_INVALID_TYPESelection is invalid.
PRO_TK_BAD_INPUTSThe verification failed.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. User Interface: Selection: The Selection Object
  3. User Interface: Selection: ProSelection Function Examples

Sample Code References:

  1. pt_examples ( TestSelect.c )
  2. pt_examples ( TestSelect.c )
  3. pt_userguide ( Ug3DSection.c )
  4. pt_userguide ( Ug3DSection.c )