RebarConstraintGetConstraintType Method

Returns the RebarConstraintType of a RebarConstraint.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RebarConstraintType GetConstraintType()

Return Value

RebarConstraintType
The RebarConstraintType of the specified RebarConstraint.
Exceptions
ExceptionCondition
InvalidOperationException RebarConstraint is no longer valid.
See Also