Eyeshot 10 WinForms API Reference
WriteXML Class
Members 

WinForms Assembly > devDept.Eyeshot.Translators Namespace : WriteXML Class
Helper class to export geometry in XML file format.
Syntax
'Declaration
 
Public Class WriteXML 
   Inherits WriteFileAsyncWithAttributes
public class WriteXML : WriteFileAsyncWithAttributes 
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.WriteFileAsyncWithAttributes
            devDept.Eyeshot.Translators.WriteXML

See Also

Reference

WriteXML Members
devDept.Eyeshot.Translators Namespace