This abstract class provides the interface for derived classes that are used for I/O operations that work with the DWG information format.
Autodesk.AutoCAD.DatabaseServices.DwgFiler
Public abstract Class DwgFiler Inherits RXObject
public abstract class DwgFiler : RXObject;
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.
DBObject, Database
Comments? |