Checks whether the specified face is considered exposed, and
therefore has an associated CoverType.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsFaceExposed(
Reference face
)
Parameters
- face Reference
-
Return Value
Boolean
True if %face% is exposed, false otherwise.
Exceptions
Remarks
This method replaces the method HasCoverTypeForReference() from
the 2011 Revit API.
See Also
Reference