RVTDocs.com

Application.NewXYZ(Double, Double, Double)

Method
Description:
Creates a XYZ object representing coordinates in 3-space with supplied values.
Syntax
public XYZ NewXYZ(
	double x,
	double y,
	double z
)
Parameters
Parameter Type Description
x Double The first coordinate.
y Double The second coordinate.
z Double The third coordinate.
Return Value
XYZ
Exceptions
Exception Condition
ArgumentException Thrown when setting an infinite number to the X, Y or Z property.