RVTDocs.com

PanelScheduleTemplate.HasSameType

Method
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.)
Syntax
public bool HasSameType(
	PanelScheduleTemplate otherTemplate
)
Parameters
Parameter Type Description
otherTemplate PanelScheduleTemplate The given template to check.
Return Value
Type Description
Boolean True if the given template has the same panel schedule type with this template, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null