Revit 2025 API
Ruled |
Determines if the rulings of this ruled surface are parallel.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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