2024 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
)
Return Value PanelScheduleTemplate The newly created panel schedule template element.