RVTDocs.com
Namespace: Autodesk.Revit.DB Class: XYZ

XYZ(Double, Double, Double)

Constructor
Description:
Creates an XYZ with the supplied coordinates.
Syntax
public XYZ(
	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
Exceptions
Exception Condition
ArgumentException Thrown when setting an infinite number to the X, Y or Z property.