<Code Lib>
M

PanelScheduleView.CreateInstanceView(Document, ElementId, ElementId)

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

public static PanelScheduleView CreateInstanceView(
	Document ADoc,
	ElementId templateId,
	ElementId panelId
)

  • ADoc
    The Document
  • templateId
    The templateId that this function will use
  • panelId
    Element id of the electrical panel element.
Return Value PanelScheduleView The PanelScheduleView

Loading…