Category Selection, Object ProSelection

Function ProSelectionPoint3dSet


Description
Uses user-provided ProPoint3d to set the selected-point of the ProSelection.
Replacement in Object TOOLKIT: pfcSelection::Point
Synopsis
#include <ProSelection.h>
ProErrorProSelectionPoint3dSet(
ProPoint3d point
/* (In)
User-provided ProPoint3d.
*/
ProSelection* p_prosel
/* (In)
Pointer to user-provided ProSelection.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the selected-point of the ProSelection.
PRO_TK_BAD_INPUTSOne of the arguments is NULL.

Manual References:

  1. User Interface: Selection: The Selection Object
  2. User Interface: Selection: Building a ProSelection Object

Sample Code References:

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