2027 Method
Changes 0
M

CurtainGrid.ChangePanelType

Description:
Change the type of a curtain panel.
public Element ChangePanelType(
	Element panel,
	ElementType newSymbol
)
  • panel
    The panel to be changed, it can be a type of Panel or Wall.
  • newSymbol
    The new symbol, it may be of PanelType or WallType when the panel is hosted in a curtain wall. The new symbol can only be of type PanelType if the Panel is hosted in a curtain system.
Return Value Element If operation succeeds, the modified panel element is returned.