Determines if the rulings of this ruled surface are parallel.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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 ();
} |
See Also