CurveByPoints.IsReferenceLine Property

CurveByPointsIsReferenceLine Property


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsReferenceLine { get; set; }
Public Property IsReferenceLine As Boolean
	Get
	Set
public:
property bool IsReferenceLine {
	bool get ();
	void set (bool value);
}
member IsReferenceLine : bool with get, set

Property Value

Boolean
See Also