Revit 2025.3 API
Area |
Additional offset from the top or exterior cover reference.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double AdditionalTopCoverOffset { get; set; }
Public Property AdditionalTopCoverOffset As Double Get Set
public: property double AdditionalTopCoverOffset { double get (); void set (double value); }
member AdditionalTopCoverOffset : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for additionalTopCoverOffset must be no more than 30000 feet in absolute value. |
See Also