2027 Method
Changes 0
M

PanelScheduleTemplate.Create

Description:
Creates a new instance of a panel schedule template.
Remarks:
If the given name has already been used by existing panel schedule templates, a unique name will be used for the newly created template.
public static PanelScheduleTemplate Create(
	Document document,
	PanelScheduleType type,
	PanelConfiguration config,
	string strName
)
  • document
    The document where the element will be created and added.
  • type
    The panel schedule type.
  • config
    The panel configuration type.
  • String
    strName
    The name of the panel schedule template to be created.
Return Value PanelScheduleTemplate The newly created panel schedule template element.