DimAssocErased(DBObject)
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
)
Public Sub Erased (
pObj As DBObject
)
public:
void Erased(
DBObject^ pObj
)
member Erased :
pObj : DBObject -> unit
Parameters
- pObj DBObject
- [in] Pointer to the object that is being erased.
See Also