Function ProDtlgroupErase
Description
Makes a group disappear from the drawing until the drawing is regenerated.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlgroup.h>
ProDtlgroupErase
(
/* (In)
The group handle.
*/
)
Returns
The function successfully erased the group.
Model is in read-only state.
Invalid input argument. PRO_TK_GENERAL_ERROR- Cannot erase a group.
Sample Code References
User Guide References
Was this helpful?