Revit 2025.3 API
Rebar |
Returns the RebarConstraintType of a RebarConstraint.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RebarConstraintType GetConstraintType()
Public Function GetConstraintType As RebarConstraintType
public: RebarConstraintType GetConstraintType()
member GetConstraintType : unit -> RebarConstraintType
Return Value
RebarConstraintTypeThe RebarConstraintType of the specified RebarConstraint.
| Exception | Condition |
|---|---|
| InvalidOperationException | RebarConstraint is no longer valid. |
See Also