DxfFiler Class

This class is the abstract base class for classes that are used for file I/O operations with the .dxf file format.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.DatabaseServicesDxfFiler

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public abstract class DxfFiler : RXObject

The DxfFiler type exposes the following members.

Constructors
  Name Description
Protected method DxfFiler Initializes a new instance of the DxfFiler class
Protected method DxfFiler(IntPtr, Boolean) Constructor for the BlockPropertiesTable class.
Top
Properties
  Name Description
Public property AtEmbeddedObjectStart Property that indicates whether this filer is at start of an embedded object.
Public property AtEndOfFile Property that indicates whether this Filer object is at the end of file.
Public property AtEndOfObject Property that indicates whether this Filer object is at the end of an object's data.
Public property AtExtendedData Property that indicates whether this Filer object is at the start of an object's xdata.
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property Database Property that represents a database associated with this filer.
Public property DwgVersion Property that represents the drawing version.
Public property Elevation Property that represents the elevation of the object.
Public property ErrorMessage Property that represents an error string message that the filer displays if an error occurs.
Public property FilerStatus Property that represents the current status of this Filer object.
Public property FilerType Property that represents the type of this Filer object.
Public property IncludesDefaultValues Property that indicates whether default values are normally written to the file associated with this Filer object.
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property IsModifyingExistingObject Property that indicates whether the filer is being used for the entmod operation.
Public property Position Property that represents the current I/O pointer position of this Filer object.
Public property Precision Property that represents the number of decimal digits written to ASCII DXF files in the range 0 to 16.
Public property Thickness Property that represents thickness value of the current item of this Filer object.
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method AtSubclassData Checks whether this Filer object is at a subclass data marker with the specified subclass name as the passed value parameter.
Public method Clone Creates a *clone* of this object, and returns a pointer to the *clone*.
(Inherited from RXObject)
Public method CompareTo Allows classes to compare class objects.
(Inherited from RXObject)
Public method CopyFrom Copies the contents of the specified object into this object.
(Inherited from RXObject)
Public methodStatic member CreateFromNative Allows to create DxfFiler wrapper from native pointer.
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Inherited from RXObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetMetaObject
(Inherited from RXObject)
Public method GetRXClass Gets a class describing instance dynamically associated with this object as the OdRxClass object.
(Inherited from RXObject)
Public method GetType
(Inherited from Object)
Public method HaltAtClassBoundaries Specifies whether to halt at certain key markers in file.
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
Public method PushBackItem Resets this Filer object to where it was before the last item was read.
Public method QueryX Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class.
(Inherited from RXObject)
Public method ReadAngle Returns the angle value from this Filer object.
Public method ReadBoolean Returns the Boolean value of the current item of this Filer object.
Public method ReadByte Returns the UInt8 value of the current item of this Filer object.
Public method ReadBytes Returns the specified number of bytes from this Filer object.
Public method ReadDouble Returns the double value from this Filer object.
Public method ReadHandle Returns the handle value from this Filer object.
Public method ReadInt16 Returns the Int16 value from this Filer object.
Public method ReadInt32 Returns the Int32 value from this Filer object.
Public method ReadInt64 Returns the Int64 value from this Filer object.
Public method ReadObjectId Returns the object ID from this Filer object.
Public method ReadPoint2d Returns the 2D point from this Filer object.
Public method ReadPoint3d Returns the 3D point from this Filer object.
Public method ReadResultBuffer Reads the next item of this Filer object, and returns the resulting buffer.
Public method ReadScale3d Returns the scale value from this Filer object.
Public method ReadString Returns the string value from this Filer object.
Public method ReadUInt16 Returns the UInt16 value from this Filer object.
Public method ReadUInt32 Returns the UInt32 value from this Filer object.
Public method ReadUInt64 Returns the UInt64 value from this Filer object.
Public method ReadVector2d Returns the 2D vector from this Filer object.
Public method ReadVector3d Returns the 3D vector from this Filer object.
Public method ResetFilerStatus Resets the current status of this Filer object.
Public method RewindFiler Resets the filer to its default condition without changing the position that the filer is pointing to its data.
Public method Seek Moves the I/O pointer to the specified location in this Filer object.
Public method SetError(String, String) Prints the error message represented by the provided string format, using the passed parameters. Currently not implemented.
Public method SetError(ErrorStatus, String, String) Prints the error message represented by the provided string format, using the passed parameters. Currently not implemented.
Public method ToString
(Inherited from Object)
Public method WriteAngle Writes the specified angle value to this Filer object.
Public method WriteBoolean Writes the specified Boolean value to this Filer object.
Public method WriteByte Writes the specified byte to this Filer object.
Public method WriteBytes Writes the specified number of bytes to this Filer object.
Public method WriteDouble Writes the specified double value to this Filer object.
Public method WriteEmbeddedObjectStart Writes a string data value of "Embedded Object" for the DxfCode.EmbeddedObjectStart group code.
Public method WriteHandle Writes the specified handle value to this Filer object.
Public method WriteInt16 Writes the specified Int16 value to this Filer object.
Public method WriteInt32 Writes the specified Int32 value to this Filer object.
Public method WriteInt64 Writes the specified Int64 value to this Filer object.
Public method WriteName Writes the specified name (string value) to this Filer object.
Public method WriteObjectId Writes the specified object identifier to this Filer object.
Public method WritePoint2d Writes the specified 2D point to this Filer object.
Public method WritePoint3d Writes the specified 3D point to this Filer object.
Public method WriteResultBuffer Writes the resulting buffer to this Filer object.
Public method WriteScale3d Writes the specified scale value to this Filer object.
Public method WriteString Writes the specified string value to this Filer object.
Public method WriteUInt16 Writes the specified UInt16 value to this Filer object.
Public method WriteUInt32 Writes the specified UInt32 value to this Filer object.
Public method WriteUInt64 Writes the specified UInt64 value to this Filer object.
Public method WriteVector2d Writes the specified 2D vector to this Filer object.
Public method WriteVector3d Writes the specified 3D vector to this Filer object.
Public method WriteXDataStart Indicates the start of xdata in this Filer object.
Public method X Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot.
(Inherited from RXObject)
Top
See Also

©  Bricsys NV. All rights reserved.