Revit 2025.3 API
Rebar |
Gets the current constraint for the start handle of the Rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RebarConstraint GetStartConstraint()
Public Function GetStartConstraint As RebarConstraint
public: RebarConstraint^ GetStartConstraint()
member GetStartConstraint : unit -> RebarConstraint
Return Value
RebarConstraintReturns the current constraint for the start handle of the Rebar. Return value is null if no constraint is present.
See Also