API 설명서 > Selection > Object ProSelbuffer > Function ProSelbufferSelectionRemove
Function ProSelbufferSelectionRemove
Description
Removes the selection at the indicated location from the selection tool buffer.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelbuffer.h>
ProSelbufferSelectionRemove
(
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
The function succeeded.
The index input was invalid.
There is no Object/Action selection tool active.
Buffer modification is prohibited.
User Guide References
도움이 되셨나요?