| Revit 2022.1 API |
| RebarConstraint..::..IsToCover Method |
| RebarConstraint Class See Also |
Returns true if the RebarConstraintType of the RebarConstraint is 'ToCover.'
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2014
Syntax
| C# |
|---|
public bool IsToCover() |
| Visual Basic |
|---|
Public Function IsToCover As Boolean |
| Visual C++ |
|---|
public: bool IsToCover() |