<Code Lib>
M

PanelScheduleView.CreateInstanceView(Document, ElementId)

Description:
Creates a new instance of this view (using default template)
Overloads (2):
CreateInstanceView(Document,ElementId)

public static PanelScheduleView CreateInstanceView(
	Document ADoc,
	ElementId panelId
)

  • ADoc
    The Document
  • panelId
    Element id of the electrical panel element.
Return Value PanelScheduleView The PanelScheduleView

Loading…