| Revit 2020.1 API |
| BoundaryConditions..::..SetOrientTo Method |
| BoundaryConditions Class See Also |
Sets the boundary condition orientation option.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2015
Syntax
| C# |
|---|
public void SetOrientTo( BoundaryConditionsOrientTo orientTo ) |
| Visual Basic |
|---|
Public Sub SetOrientTo ( _ orientTo As BoundaryConditionsOrientTo _ ) |
| Visual C++ |
|---|
public: void SetOrientTo( BoundaryConditionsOrientTo orientTo ) |
Parameters
- orientTo
- Type: Autodesk.Revit.DB.Structure..::..BoundaryConditionsOrientTo
The new orientation option.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |