Application.NewXYZ
Description:
Creates a XYZ object representing coordinates in 3-space with supplied values.
Creates a XYZ object representing coordinates in 3-space with supplied values.
Overloads (3):
public XYZ NewXYZ(
double x,
double y,
double z
)
-
DoublexThe first coordinate.
-
DoubleyThe second coordinate.
-
DoublezThe third coordinate.
Return Value
XYZ
-
Thrown when setting an infinite number to the X, Y or Z property.