Closes the currently open connected face set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public void CloseConnectedFaceSet()
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | A face set is empty and cannot be closed until some faces are added. |
