Share

Floor.SpanDirectionAngle Property

Retrieve the span direction angle of the floor.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double SpanDirectionAngle { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
InvalidOperationException When setting this property:

Remarks

The angle returned is in radians. An exception will be thrown if the floor is non structural.

See Also

Reference

Was this information helpful?