ApplicationNewXYZ(XYZ) Method

Creates a XYZ object by copying the supplied XYZ object.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public XYZ NewXYZ(
	XYZ xyz
)

Parameters

xyz  XYZ
The supplied XYZ object

Return Value

XYZ
See Also