Revit 2025 API
Cylindrical |
The Z direction vector, which is same as the axis direction vector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public XYZ ZVector { get; }
Public ReadOnly Property ZVector As XYZ Get
public: property XYZ^ ZVector { XYZ^ get (); }
member ZVector : XYZ with get
Property Value
XYZSee Also