DimAssocModifiedGraphics Method
|
Notification method called when the
Entity-derived object is opened for write operations, one of its
methods calls assertWriteEnabled() or recordGraphicsModified(), and
the object is then closed using the closed() method.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void ModifiedGraphics(
DBObject pObj
)
Public Sub ModifiedGraphics (
pObj As DBObject
)
public:
void ModifiedGraphics(
DBObject^ pObj
)
member ModifiedGraphics :
pObj : DBObject -> unit
Parameters
- pObj DBObject
- [in] Pointer to the object that is being modified.
See Also