| Revit 2024 API |
| RuledFace..::..RulingsAreParallel Property |
| RuledFace Class See Also |
Determines if the rulings of this ruled surface are parallel.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2014
Syntax
| C# |
|---|
public bool RulingsAreParallel { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RulingsAreParallel As Boolean Get |
| Visual C++ |
|---|
public: property bool RulingsAreParallel { bool get (); } |