| Revit 2017 API |
| RebarConstraint..::..GetConstraintType Method |
| RebarConstraint Class See Also |
Returns the RebarConstraintType of a RebarConstraint.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2014
Syntax
| C# |
|---|
public RebarConstraintType GetConstraintType() |
| Visual Basic |
|---|
Public Function GetConstraintType As RebarConstraintType |
| Visual C++ |
|---|
public: RebarConstraintType GetConstraintType() |
Return Value
The RebarConstraintType of the specified RebarConstraint.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | RebarConstraint is no longer valid. |