CurtainSystem.RemoveCurtainGrid Method

CurtainSystemRemoveCurtainGrid Method

Remove CurtainGrid from the specified face for the CurtainSystem.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void RemoveCurtainGrid(
	Reference face
)
Public Sub RemoveCurtainGrid ( 
	face As Reference
)
public:
void RemoveCurtainGrid(
	Reference^ face
)
member RemoveCurtainGrid : 
        face : Reference -> unit 

Parameters

face  Reference
The face CurtainGrid will be removed from.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the input parameter face is .
InvalidOperationException Thrown when the CurtainGrid cannot be removed from the specified face or regenerate fails.
See Also