ApplicationNewXYZ(XYZ) Method

Creates a XYZ object by copying the supplied XYZ object.

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

Parameters

xyz  XYZ
The supplied XYZ object

Return Value

XYZ
See Also