Revit 2025.3 API
FloorSpan |
Retrieve the span direction angle of the floor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double SpanDirectionAngle { get; set; }
Public Property SpanDirectionAngle As Double Get Set
public: property double SpanDirectionAngle { double get (); void set (double value); }
member SpanDirectionAngle : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property: |
The angle returned is in radians. An exception will be thrown if the floor is non structural.
See Also