Axis defining the first parametric direction of the plane.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2016

Syntax

C#
public XYZ XVec { get; }
Visual Basic
Public ReadOnly Property XVec As XYZ
	Get
Visual C++
public:
property XYZ^ XVec {
	XYZ^ get ();
}

See Also