Creates a new instance of this view (using specific template)
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static PanelScheduleView CreateInstanceView(
Document ADoc,
ElementId templateId,
ElementId panelId
)
Parameters
- ADoc Document
-
The Document
- templateId ElementId
-
The templateId that this function will use
- panelId ElementId
-
Element id of the electrical panel element.
Return Value
PanelScheduleView
The PanelScheduleView
Exceptions
See Also
Reference