Gets the face regions (created, for example, by the Split Face command) of the face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public IList<Face> GetRegions()
Return Value
IList<Face>A list of faces, one for the main face of the object hosting the Split Face (such as wall or floor) and one face for each Split Face regions.