Share

CurtainSystem.RemoveCurtainGrid Method

Remove CurtainGrid from the specified face for the CurtainSystem.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void RemoveCurtainGrid(
	Reference face
)

Parameters

face  Reference
The face CurtainGrid will be removed from.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the input parameter face is nullptr.
InvalidOperationException Thrown when the CurtainGrid cannot be removed from the specified face or regenerate fails.

See Also

Reference

Was this information helpful?