Share

AcDbPointCloudDefEx::subErase Method

C++

Acad::ErrorStatus subErase(
    Adesk::Boolean erasing
) override;

Description

Called from within erase() before anything else is done.

Parameters

Parameters Description
erasing The erasing argument that was passed into the corresponding call to erase().

Returns

Returns Acad::eOk if erasing is successful. If this function returns anything other than Acad::eOk, then the erase operation is immediately terminated.

Links

AcDbPointCloudDefEx Class

Was this information helpful?