<Code Lib>
2025 Method
Changes 0
M

PanelScheduleTemplate.HasSameType

Description:
Checks if given template has the same panel schedule type with this template.
Remarks:
The panel schedule type is the enum type of PanelScheduleType class (Branch, switchboard, data etc.)

public bool HasSameType(
	PanelScheduleTemplate otherTemplate
)

Return Value Boolean True if the given template has the same panel schedule type with this template, false otherwise.

Loading…