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

In This Topic
    ToArray Method (Point4D)
    In This Topic
    Returns an array of point's coordinates.
    Syntax
    'Declaration
     
    Public Shadows Function ToArray() As Double()
    public new double[] ToArray()

    Return Value

    The double array.
    See Also