Category Selection, Object ProSelbuffer

Function ProSelbufferSelectionRemove


Description
Removes the selection at the indicated location from the selection tool buffer.
Replacement in Object TOOLKIT: pfcSelectionBuffer::RemoveSelection
Synopsis
#include <ProSelbuffer.h>
ProErrorProSelbufferSelectionRemove(
int index
/* (In)
Index of the item to remove from the currently active selection tool. This index would be obtained from the index that the item resides in after a call to ProSelbufferSelectionsGet().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSThe index input was invalid.
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