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

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

    Parameters

    node
    See Also