Revit 2026 API
Rebar |
Checks whether the specified face is considered exposed, and
therefore has an associated CoverType.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsFaceExposed( Reference face )
Public Function IsFaceExposed ( face As Reference ) As Boolean
public: bool IsFaceExposed( Reference^ face )
member IsFaceExposed : face : Reference -> bool
Parameters
- face Reference
Return Value
BooleanTrue if %face% is exposed, false otherwise.

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

This method replaces the method HasCoverTypeForReference() from
the 2011 Revit API.
See Also