Revit 2025.3 API
Rebar |
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CreateEndConstraint( IList<Reference> targetReferences, bool isConstraintToCover, double offsetValue )
Public Function CreateEndConstraint ( targetReferences As IList(Of Reference), isConstraintToCover As Boolean, offsetValue As Double ) As Boolean
public: bool CreateEndConstraint( IList<Reference^>^ targetReferences, bool isConstraintToCover, double offsetValue )
member CreateEndConstraint : targetReferences : IList<Reference> * isConstraintToCover : bool * offsetValue : float -> bool
Parameters
- targetReferences IListReference
- isConstraintToCover Boolean
- offsetValue Double
Return Value
BooleanSee Also