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

CurtainSystem.AddCurtainGrid

Method
Description:
Add CurtainGrid on the specified face for the CurtainSystem.
Syntax
public void AddCurtainGrid(
	Reference face
)
Parameters
Parameter Type Description
face Reference The face new CurtainGrid will be created on.
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown when the input argument face is.
InvalidOperationException Thrown when creating CurtainGrid on the specified face fails or regenerate fails.