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