Revit 2026 API
Fabric |
Identifies if the specified value is valid for use as a cover offset.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsCoverOffsetValid( double coverOffset )
Public Function IsCoverOffsetValid ( coverOffset As Double ) As Boolean
public: bool IsCoverOffsetValid( double coverOffset )
member IsCoverOffsetValid : coverOffset : float -> bool
Parameters
- coverOffset Double
- The cover offset value.
Return Value
BooleanTrue if the value is valid, false if the value is invalid.

The cover offset must be less than or equal to the host thickness.
See Also