2023 Class
Changes 0
C

CurtainGrid

Description:
Represents a curtain grid element within Autodesk Revit.
Remarks:
This element is obtained from a curtain wall, curtain system, or curtain roof. A curtain wall has only one curtain grid, while a curtain system or curtain roof may have several curtain grids.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.CurtainGrid
public class CurtainGrid : APIObject
Name Return Type Description Inherited From
M AddGridLine(Boolean, XYZ, Boolean) nullNothingnullptr Add a grid line to the curtain grid.
M ChangePanelType(Element, ElementType) Element Change the type of a curtain panel.
M GetCell(ElementId, ElementId) The cell. Get the specified cell located by the intersection of the grid lines.
M GetCurtainCells() ICollection<CurtainCell> Gets the CurtainCells owned by this curtain grid.
M GetMullionIds() The mullion ElementIds Gets all ElementIds of the mullions of the curtain grid.
M GetPanelIds() The panel ElementIds Gets all ElementIds of the panels of the curtain grid.
M GetPanel(ElementId, ElementId) nullNothingnullptr Get the specified panel located by the intersection of the grid lines.
M GetUGridLineIds() ICollection<ElementId> Gets all ElementIds of grid lines in the U direction.
M GetUnlockedMullionIds() ICollection<ElementId> Gets all ElementIds of the unlocked mullions of the curtain grid.
M GetUnlockedPanelIds() ICollection<ElementId> Gets all ElementIds of the unlocked panels of the curtain grid.
M GetVGridLineIds() ICollection<ElementId> Gets all ElementIds of grid lines in the V direction.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject
Name Return Type Description Inherited From
P Grid1Angle double The angle for the U grid line pattern of the curtain grid.
P Grid1Justification CurtainGridAlignType The justification for the U grid line pattern of the curtain grid.
P Grid1Offset double The offset for the U grid line pattern of the curtain grid.
P Grid2Angle double The angle for V grid line pattern of the curtain grid.
P Grid2Justification CurtainGridAlignType The justification for the V grid line pattern of the curtain grid.
P Grid2Offset double The offset for V grid line pattern of the curtain grid.
P NumPanels int The number of panels.
P NumULines int Get the number of grid lines in the U direction.
P NumVLines int Get the number of grid lines in the V direction.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject