| Revit 2020 API |
| RebarUpdateCurvesData..::..GetEndConstraint Method |
| RebarUpdateCurvesData Class See Also |
Gets the current constraint for the end handle of the Rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2018
Syntax
| C# |
|---|
public RebarConstraint GetEndConstraint() |
| Visual Basic |
|---|
Public Function GetEndConstraint As RebarConstraint |
| Visual C++ |
|---|
public: RebarConstraint^ GetEndConstraint() |