RebarHostDataGetExposedFaces Method |
Returns all the exposed faces, that is, those that have an associated CoverType.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<Reference> GetExposedFaces()
Public Function GetExposedFaces As IList(Of Reference)
public:
IList<Reference^>^ GetExposedFaces()
member GetExposedFaces : unit -> IList<Reference>
Return Value
IListReference
See Also