Returns the RebarConstraintType of a RebarConstraint.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public RebarConstraintType GetConstraintType()
Return Value
RebarConstraintTypeThe RebarConstraintType of the specified RebarConstraint.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | RebarConstraint is no longer valid. |