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

In This Topic
    WriteXML Class
    In This Topic
    Helper class to export geometry in XML file format.
    Syntax
    'Declaration
     
    Public Class WriteXML 
       Inherits WriteFileAsyncWithUnits
    public class WriteXML : WriteFileAsyncWithUnits 
    Remarks
    There is no correspondence between Eyeshot types and XML node names, different Eyeshot types can generate the same node name. Annotations and line types are not supported by design.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.WorkUnit
          devDept.Eyeshot.Translators.WriteFileAsync
             devDept.Eyeshot.Translators.WriteFileAsyncWithUnits
                devDept.Eyeshot.Translators.WriteXML

    See Also