YOffset Property
The offset of the profile to the origin of the sketch plane in the Y direction.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)

Syntax

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

See Also