Category Selection, Object ProSelection

Function ProSelectionViewSet


Description
Sets the view of the ProSelection to the user provided ProView.
Replacement in Object TOOLKIT: pfcSelection::SelView2D
Synopsis
#include <ProSelection.h>
ProErrorProSelectionViewSet(
ProView view
/* (In)
user-provided ProView.
*/
ProSelection* p_prosel
/* (In)
pointer to user-provided ProSelection.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the view.
PRO_TK_BAD_INPUTSOne of the arguments is NULL.

Manual References:

  1. Drawings: Detail Attachments and Leaders
  2. Drawings: Drawing Dimension Attachments and Dimension Creation
  3. User Interface: Selection: The Selection Object
  4. User Interface: Selection: Building a ProSelection Object

Sample Code References:

  1. pt_examples ( TestSelect.c )
  2. pt_userguide ( UgDrawingDimensions.c )