Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AmdtNote::subErase Method
Syntax
C++
virtual OdResult subErase(bool erasing);

Called as the first operation as this object is being erased or unerased. 

 

Parameters
Description
erasing
[in] Specify true to erase. Otherwise false.

OdResult::eOk if erase() is to continue.

This function is notified just before the current object is to be erased, giving this function the ability to cancel the erase. Returns eOk if and only if erase() is to continue.

Copyright © 2002-2022. Open Design Alliance All rights reserved.