XOffset Property
The offset of the profile to the origin of the sketch plane in the X direction.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)

Syntax

C#
public double XOffset { get; set; }
Visual Basic
Public Property XOffset As Double
	Get
	Set
Visual C++
public:
property double XOffset {
	double get ();
	void set (double value);
}

See Also