2027 Method
Changes 0
M

Application.NewXYZ

Overloads (3):
Name Return Type Description
O NewXYZ() XYZ Creates a XYZ object at the origin.
O NewXYZ(XYZ) XYZ Creates a XYZ object by copying the supplied XYZ object.
O NewXYZ(Double, Double, Double) XYZ Creates a XYZ object representing coordinates in 3-space with supplied values.