RVTDocs.com
Namespace: Autodesk.Revit.DB Class: CurtainSystem

CurtainSystem.RemoveCurtainGrid

Method
Description:
Remove CurtainGrid from the specified face for the CurtainSystem.
Syntax
public void RemoveCurtainGrid(
	Reference face
)
Parameters
Parameter Type Description
face Reference The face CurtainGrid will be removed from.
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown when the input parameter face is.
InvalidOperationException Thrown when the CurtainGrid cannot be removed from the specified face or regenerate fails.