Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

f0eb8467 9802 77f5 5640 baea2ec18151

haplokuon edited this page May 6, 2023 · 1 revision

ToArray Method

netDxf 3.0.0 Library

Returns an array that represents the vector.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double[] ToArray()

VB

Public Function ToArray As Double()

C++

public:
array<double>^ ToArray()

F#

member ToArray : unit -> float[] 

Return Value

Double[]
Array.

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally