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

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

    Return Value

    The double array.
    See Also