WriteDatabase Class

Base class for asynchronous file writing with Teigha library.
Public MustInherit Class WriteDatabase
This language is not supported or no code example is available.
public abstract class WriteDatabase
This language is not supported or no code example is available.
Name Description
Public property Static SupportedLinearUnitsType Gets the supported linear units
Top
Methods
 
Name Description
Public method Static CleanFileName(string)
Protected method DoWork(BackgroundWorker, DoWorkEventArgs)
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method InitLayers(LayerKeyedCollection)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method SortEntitiesForWriteAutodesk(IList<Entity>) Gives the opportunity to sort entities before export.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Protected method WriteDatabaseInternal(string, IList<Entity>, BackgroundWorker, DoWorkEventArgs, OdDbDatabase, LayerKeyedCollection, BlockKeyedCollection, Dictionary<StringString>, TextStyleKeyedCollection, LineTypeKeyedCollection, MaterialKeyedCollection, attributeReferenceVisibilityType, bool, string)
Protected method WriteFile(OdDbDatabase)
Top
Fields
 
Name Description
Protected field _explodeViews
Protected field aciColors If true, saves the colors as Aci colors (Autocad color index) if possible
Protected field attributeReferenceVisibilityMode
Protected field curvesAsFitSpline
Protected field foregroundColor The color saved as foreground color ( AutoCAD color index 7).
Protected field lineTypes
Protected field lineWeightUnits Gets or sets the units in which are expressed the line weights.
Protected field materials
Protected field purge If true, purges all unused layers, line types, text styles and blocks from the saved file.
Protected field saveGeometry
Protected field sheets
Protected field textStyles
Protected field textureImagesPath Gets or sets the path for the output texture images of materials.
Protected field viewport
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition