RebarConstraintGetConstraintType Method

Returns the RebarConstraintType of a RebarConstraint.

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

Return Value

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