Checks if given template has the same panel schedule type with this template.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool HasSameType( PanelScheduleTemplate otherTemplate )
Parameters
- otherTemplate PanelScheduleTemplate
- The given template to check.
Return Value
BooleanTrue 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 |