DBObjectIsModified Property
|
Property that indicates whether this object's
assertWriteEnabled() has been called since it was opened.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsModified { get; }
Public ReadOnly Property IsModified As Boolean
Get
public:
property bool IsModified {
bool get ();
}
member IsModified : bool with get
Property Value
Boolean
See Also