Returns all the exposed faces, that is, those that have an associated CoverType.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2012

Syntax

C#
public IList<Reference> GetExposedFaces()
Visual Basic
Public Function GetExposedFaces As IList(Of Reference)
Visual C++
public:
IList<Reference^>^ GetExposedFaces()

See Also