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
)
Public Sub Erased (
pObj As DBObject,
erasing As Boolean
)
public:
void Erased(
DBObject^ pObj,
bool erasing
)
member Erased :
pObj : DBObject *
erasing : bool -> unit
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