Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point4D Class / ReadXml Method

In This Topic
    ReadXml Method (Point4D)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Shadows Function ReadXml( _
       ByVal node As XmlNode _
    ) As Point4D
    public new static Point4D ReadXml( 
       XmlNode node
    )

    Parameters

    node
    See Also