CurtainGrid
Description:
Represents a curtain grid element within Autodesk Revit.
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.
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.
public class CurtainGrid : APIObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AddGridLine(Boolean, XYZ, Boolean) | CurtainGridLine | Add a grid line to the curtain grid. | |
| ChangePanelType(Element, ElementType) | Element | Change the type of a curtain panel. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) | APIObject |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCell(ElementId, ElementId) | CurtainCell | Get the specified cell located by the intersection of the grid lines. | |
| GetCurtainCells() | ICollection<CurtainCell> | Gets the CurtainCells owned by this curtain grid. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetMullionIds() | ICollection<ElementId> | Gets all ElementIds of the mullions of the curtain grid. | |
| GetPanel(ElementId, ElementId) | Panel | Get the specified panel located by the intersection of the grid lines. | |
| GetPanelIds() | ICollection<ElementId> | Gets all ElementIds of the panels of the curtain grid. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| GetUGridLineIds() | ICollection<ElementId> | Gets all ElementIds of grid lines in the U direction. | |
| GetUnlockedMullionIds() | ICollection<ElementId> | Gets all ElementIds of the unlocked mullions of the curtain grid. | |
| GetUnlockedPanelIds() | ICollection<ElementId> | Gets all ElementIds of the unlocked panels of the curtain grid. | |
| GetVGridLineIds() | ICollection<ElementId> | Gets all ElementIds of grid lines in the V direction. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Grid1Angle | double | The angle for the U grid line pattern of the curtain grid. | |
| Grid1Justification | CurtainGridAlignType | The justification for the U grid line pattern of the curtain grid. | |
| Grid1Offset | double | The offset for the U grid line pattern of the curtain grid. | |
| Grid2Angle | double | The angle for V grid line pattern of the curtain grid. | |
| Grid2Justification | CurtainGridAlignType | The justification for the V grid line pattern of the curtain grid. | |
| Grid2Offset | double | The offset for V grid line pattern of the curtain grid. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject ) | APIObject |
| NumPanels | int | The number of panels. | |
| NumULines | int | Get the number of grid lines in the U direction. | |
| NumVLines | int | Get the number of grid lines in the V direction. |