Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteFileAsync Class
Members

In This Topic
    WriteFileAsync Class
    In This Topic
    Base class for asynchronous file writing.
    Syntax
    'Declaration
     
    Public MustInherit Class WriteFileAsync 
       Inherits devDept.Eyeshot.WorkUnit
    public abstract class WriteFileAsync : devDept.Eyeshot.WorkUnit 
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.WorkUnit
          devDept.Eyeshot.Translators.WriteFileAsync
             devDept.Eyeshot.Translators.WriteASC
             devDept.Eyeshot.Translators.WriteFileAsyncWithUnits
             devDept.Eyeshot.Translators.WriteSTL
             devDept.Eyeshot.Translators.WriteWebGL

    See Also