DBObjectUndoFiler Property
|
Property that represents undo filer associated
with this object. This property is typically used by custom classes
using partial Undo to add Undo information to the filer that would
be used by this object applyPartialUndo().
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public DwgFiler UndoFiler { get; }
Public ReadOnly Property UndoFiler As DwgFiler
Get
public:
property DwgFiler^ UndoFiler {
DwgFiler^ get ();
}
member UndoFiler : DwgFiler with get
Property Value
DwgFiler
See Also