Gets the CoverType associated with a face of the element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public RebarCoverType GetCoverType(
Reference face
)
Parameters
- face Reference
-
Return Value
RebarCoverType
The cover associated with the face, if it is an exposed face.
If the face is concealed, returns
null.
Exceptions
See Also
Reference