Category
Selection
, Object
ProSelection
Function ProSelectionVerify
Description
Verifies the validity of the
ProSelection
.
Replacement in Object TOOLKIT:
wfcWSelection::Verify
Synopsis
#include <
ProSelection.h
>
ProError
ProSelectionVerify
(
ProSelection
selection
/* (In)
The selection to verify
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully verified the selection.
PRO_TK_INVALID_TYPE
Selection is invalid.
PRO_TK_BAD_INPUTS
The verification failed.
Manual References:
Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Techniques of Conversion and Mixing
User Interface: Selection: The Selection Object
User Interface: Selection: ProSelection Function Examples
Sample Code References:
pt_examples ( TestSelect.c )
pt_examples ( TestSelect.c )
pt_userguide ( Ug3DSection.c )
pt_userguide ( Ug3DSection.c )