Share

AcDbPointCloudEx::subErase Method

C++

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

Description

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

Parameters

Parameters Description
erasing A copy of the erasing argument that was passed into the erase() function call that triggered this subErase() call.

Returns

The default implementation is to return Acad::eOk. However, when overridden in custom classes, it provides a hook into the erase operation. If it returns anything other than Acad::eOk, then the erase operation is immediately terminated.

Links

AcDbPointCloudEx Class

Was this information helpful?