Category Selection, Object ProSelbuffer

Function ProSelbufferClear


Description
Clear the currently active selection buffer of all contents.
Replacement in Object TOOLKIT: pfcSelectionBuffer::Clear
Synopsis
#include <ProSelbuffer.h>
ProErrorProSelbufferClear(void)
Returns
PRO_TK_NO_ERRORThe buffer was successfully cleared.
PRO_TK_CANT_ACCESSThere is no Object/Action selection tool active.
PRO_TK_CANT_MODIFYBuffer modification is prohibited.

Manual References:

  1. User Interface: Selection: Removing the Items from the Selection Buffer
  2. User Interface: Selection: Removing the Items from the Selection Buffer

Sample Code References:

  1. pt_af_examples ( PTAFExNotesToPlane.c )
  2. pt_examples ( TestDrag.c )
  3. pt_userguide ( UgCreoSweepCreate.c )
  4. pt_userguide ( UgSmtExtendWallCreate.c )
  5. pt_userguide ( UgSmtFlatWallCreate.c )
  6. pt_userguide ( UgSmtFlgWallCreate.c )