RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Face

Face.HasRegions

Property
Description:
Identifies if the face contains regions (which can be created, for example, by the Split Face command).
Remarks:
If this is true, use GetRegions() to get access to the specific Faces which make up the regions.
Syntax
public bool HasRegions { get; }