DwgFiler Class

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

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

The DwgFiler type exposes the following members.

Constructors
  Name Description
Protected method DwgFiler Initializes a new instance of the DwgFiler class
Protected method DwgFiler(IntPtr, Boolean) Initializes a new instance of the DwgFiler class
Top
Properties
  Name Description
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 the database with which this Filer object is associated.
Public property DwgVersion Property that represents the version of this file with which this Filer object is associated.
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 IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property Position Property that represents the current I/O pointer position 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 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 DwgFiler 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 InitializeLifetimeService
(Inherited from MarshalByRefObject)
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
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 ReadAddress Returns the memory address value of the current item of this Filer object.
Public method ReadBinaryChunk Returns the BinaryData value of the current item of 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 of the current item of this Filer object.
Public method ReadHandle Returns the handle value of the current item of this Filer object.
Public method ReadHardOwnershipId Returns the HardOwnershipId value of the current item of this Filer object.
Public method ReadHardPointerId Returns the HardPointerId value of the current item of this Filer object.
Public method ReadInt16 Returns the Int16 value of the current item of this Filer object.
Public method ReadInt32 Returns the Int32 value of the current item of this Filer object.
Public method ReadInt64 Returns the Int64 value of the current item of this Filer object.
Public method ReadPoint2d Returns the 2D point of the current item of this Filer object.
Public method ReadPoint3d Returns the 3D point of the current item of this Filer object.
Public method ReadScale3d Returns the scale value of the current item of this Filer object.
Public method ReadSoftOwnershipId Returns the SoftOwnershipId value of the current item of this Filer object.
Public method ReadSoftPointerId Returns the SoftPointerId value of the current item of this Filer object.
Public method ReadString Returns the string value of the current item of this Filer object.
Public method ReadUInt16 Returns the UInt16 value of the current item of this Filer object.
Public method ReadUInt32 Returns the UInt32 value of the current item of this Filer object.
Public method ReadUInt64 Returns the UInt64 value of the current item of this Filer object.
Public method ReadVector2d Returns the 2D vector of the current item of this Filer object.
Public method ReadVector3d Returns the 3D vector of the current item of this Filer object.
Public method ResetFilerStatus Resets the current status of this Filer object.
Public method Seek Moves the I/O pointer to the specified location in this Filer object.
Public method ToString
(Inherited from Object)
Public method WriteAddress Writes the specified memory address value to this Filer object.
Public method WriteBinaryChunk Writes the specified BinaryChunk 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 WriteHandle Writes the specified handle value to this Filer object.
Public method WriteHardOwnershipId Writes the specified HardOwnershipId value to this Filer object.
Public method WriteHardPointerId Writes the specified HardPointerId 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 WritePoint2d Writes the specified 2D point to this Filer object.
Public method WritePoint3d Writes the specified 3D point to this Filer object.
Public method WriteScale3d Writes the specified scale value to this Filer object.
Public method WriteSoftOwnershipId Writes the specified SoftOwnershipId value to this Filer object.
Public method WriteSoftPointerId Writes the specified SoftPointerId 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 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.