Revit 2025.3 API
Rebar |
Create a radius constraint.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RebarShapeConstraintRadius( ElementId paramId, RebarShapeArcReferenceType refType )
Public Sub New ( paramId As ElementId, refType As RebarShapeArcReferenceType )
public: RebarShapeConstraintRadius( ElementId^ paramId, RebarShapeArcReferenceType refType )
new : paramId : ElementId * refType : RebarShapeArcReferenceType -> RebarShapeConstraintRadius
Parameters
- paramId ElementId
- The Id of a Rebar Shape parameter.
- refType RebarShapeArcReferenceType
- A choice of rule for measuring the radius.
| Exception | Condition |
|---|---|
| ArgumentException | paramId is not a valid Element identifier. |
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also