Description
This method returns an array containing the X, Y, and Z coordinate values for this point.
C#
public double\[\] ToArray();
Visual Basic
Public Function ToArray() As double()
This method returns an array containing the X, Y, and Z coordinate values for this point.
public double\[\] ToArray();
Public Function ToArray() As double()