DimAssocErased(DBObject, Boolean) Method

Notification method called when the object represented by the pObject pointer is being erased or unerased from a database.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public void Erased(
        DBObject pObj,
        bool erasing
)

Parameters

pObj  DBObject
[in] Pointer to the object that is being erased or unerased.
erasing  Boolean
[in] Flag that indicates whether the object is being erased. Pass false if the object is unerased.
See Also

©  Bricsys NV. All rights reserved.