Revit 2026 API
FaceHas |
Identifies if the face contains regions (which can be created, for example, by the Split Face command).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasRegions { get; }
Public ReadOnly Property HasRegions As Boolean Get
public: property bool HasRegions { bool get (); }
member HasRegions : bool with get
Property Value
BooleanIf this is true, use GetRegions to get access to the specific Faces which make up the regions.
See Also