| Revit 2022.1 API |
| RebarCoverType..::..CoverDistance Property |
| RebarCoverType Class See Also |
A distance that can be used as a concrete cover value in a document.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public double CoverDistance { get; set; } |
| Visual Basic |
|---|
Public Property CoverDistance As Double Get Set |
| Visual C++ |
|---|
public: property double CoverDistance { double get (); void set (double value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: coverDistance cannot be negative. |