Revit 2025.3 API
Rebar |
Gets the CoverType associated with a face of the element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RebarCoverType GetCoverType( Reference face )
Public Function GetCoverType ( face As Reference ) As RebarCoverType
public: RebarCoverType^ GetCoverType( Reference^ face )
member GetCoverType : face : Reference -> RebarCoverType
Parameters
- face Reference
Return Value
RebarCoverTypeThe cover associated with the face, if it is an exposed face. If the face is concealed, returns .
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also