Create an angular constraint.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- paramId
- Type: Autodesk.Revit.DBElementId
A Rebar Shape parameter of type UT_Angle.
- sign
- Type: SystemInt32
The sign of the angle relative to the direction.
- direction
- Type: Autodesk.Revit.DBUV
A fixed direction in UV-space.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | sign is not 1 or -1. -or- paramId is not a valid Element identifier. |
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |
| Autodesk.Revit.ExceptionsArgumentOutOfRangeException | direction has zero length. |