DimAssocOpenedForModify Method
|
Notification method called when the object
represented by the pObject pointer is opened for write operations
and one of its methods calls assertWriteEnabled.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void OpenedForModify(
DBObject pObject
)
Public Sub OpenedForModify (
pObject As DBObject
)
public:
void OpenedForModify(
DBObject^ pObject
)
member OpenedForModify :
pObject : DBObject -> unit
Parameters
- pObject DBObject
- [in] Pointer to the object that is being opened for
modification.
See Also