Create a constraint to drive chord length.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public RebarShapeConstraintChordLength( ElementId paramId )
Parameters
- paramId ElementId
- The Id of a Rebar Shape parameter.
Exceptions
Exception | Condition |
---|---|
ArgumentException | paramId is not a valid Element identifier. |
ArgumentNullException | A non-optional argument was null |