Autodesk.AutoCAD.DatabaseServices Namespace > DwgFiler Class
DwgFiler Class
Description

 

This abstract class provides the interface for derived classes that are used for I/O operations that work with the DWG information format.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DwgFiler
Visual Basic
Public abstract Class DwgFiler
Inherits RXObject
C#
public abstract class DwgFiler : RXObject;
Notes

Specialty internal classes (that is, not exported to the API) derived from this class are used for DWG filing and Undo recording. In addition, the DeepCloneFiler and WblockCloneFiler enums in the API are derived from this class to handle DeepClone and WblockClone filing operations. Remarks When working with data of the int type, do not use the DwgFiler.ReadItem and DwgFiler.WriteItem methods. If you do, the call will resolve to the boolean version of the ReadItem or WriteItem functions because they are the only two with an int argument. This will result in any data value other than 0 or 1 being converted to a 1.

Links
See Also

DBObject, Database

   Comments?