Create a 180-degree bend constraint driven by radius.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2012
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- paramId
- Type: Autodesk.Revit.DB ElementId
The Id of a Rebar Shape parameter.
- refType
- Type: Autodesk.Revit.DB.Structure RebarShapeArcReferenceType
A choice of rule for measuring the radius.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions ArgumentException | paramId is not a valid Element identifier. |
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL |
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |