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
>
ProError
ProSelbufferClear
(void)
Returns
PRO_TK_NO_ERROR
The buffer was successfully cleared.
PRO_TK_CANT_ACCESS
There is no Object/Action selection tool active.
PRO_TK_CANT_MODIFY
Buffer modification is prohibited.
Manual References:
User Interface: Selection: Removing the Items from the Selection Buffer
User Interface: Selection: Removing the Items from the Selection Buffer
Sample Code References:
pt_af_examples ( PTAFExNotesToPlane.c )
pt_examples ( TestDrag.c )
pt_userguide ( UgCreoSweepCreate.c )
pt_userguide ( UgSmtExtendWallCreate.c )
pt_userguide ( UgSmtFlatWallCreate.c )
pt_userguide ( UgSmtFlgWallCreate.c )