CurtainGrids Property


Curtain System Curtain Grids Property

Get all the CurtainGrid object of this CurtainSystem. Each CurtainGrid corresponds to one face.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public CurtainGridSet CurtainGrids { get; }

Return Value

CurtainGridSet
A CurtainGrid set will be returned if the operation succeeds. will be returned if the CurtainSystem doesn't include any CurtainGrid.
See Also