Gets the CoverType associated with a face of the element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public RebarCoverType GetCoverType( Reference face )
Parameters
- face Reference
Return Value
RebarCoverTypeThe cover associated with the face, if it is an exposed face. If the face is concealed, returns nullptr.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |