Share

Face.HasRegions Property

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.1.0.0 (26.1.0.34)

Syntax

C#

public bool HasRegions { get; }

Property Value

Boolean

Remarks

If this is true, use GetRegions() to get access to the specific Faces which make up the regions.

See Also

Reference

Was this information helpful?