Get all the CurtainGrid object of this CurtainSystem. Each CurtainGrid corresponds to one face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public CurtainGridSet CurtainGrids { get; }
Return Value
CurtainGridSetA CurtainGrid set will be returned if the operation succeeds. null will be returned if the CurtainSystem doesn't include any CurtainGrid.
