Remove CurtainGrid from the specified face for the CurtainSystem.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RemoveCurtainGrid( Reference face )
Parameters
- face Reference
- The face CurtainGrid will be removed from.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the input parameter face is null. |
| InvalidOperationException | Thrown when the CurtainGrid cannot be removed from the specified face or regenerate fails. |
