Share

CurtainSystem.CurtainGrids 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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public CurtainGridSet CurtainGrids { get; }

Return Value

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

See Also

Reference

Was this information helpful?