Revit 2026 API
Rebar |
Associate a single CoverType with all exposed faces of the host element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetCommonCoverType( RebarCoverType coverType )
Public Sub SetCommonCoverType ( coverType As RebarCoverType )
public: void SetCommonCoverType( RebarCoverType^ coverType )
member SetCommonCoverType : coverType : RebarCoverType -> unit
Parameters
- coverType RebarCoverType
- A CoverType object to be applied to all faces.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also