Revit 2026 API
Ruled |
Determines if the rulings of this ruled surface are parallel.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool RulingsAreParallel { get; }
Public ReadOnly Property RulingsAreParallel As Boolean Get
public: property bool RulingsAreParallel { bool get (); }
member RulingsAreParallel : bool with get
Property Value
BooleanSee Also