CurtainSystem.AddCurtainGrid Method
Add CurtainGrid on 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 AddCurtainGrid( Reference face )
Parameters
face
Reference
The face new CurtainGrid will be created on.
Exceptions
Exception
Condition
ArgumentNullException
Thrown when the input argument face is
null
.
InvalidOperationException
Thrown when creating CurtainGrid on the specified face fails or regenerate fails.
See Also
Reference
CurtainSystem Class
Autodesk.Revit.DB Namespace