Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / WriteXml Method
The writer object

In This Topic
    WriteXml Method (ICurve)
    In This Topic
    Writes the object in Xml format.
    Syntax
    'Declaration
     
    Sub WriteXml( _
       ByVal writer As XmlTextWriter _
    ) 
    void WriteXml( 
       XmlTextWriter writer
    )

    Parameters

    writer
    The writer object
    See Also