Revit 2025.3 API
Panel |
Creates a new instance of this view (using default template)
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static PanelScheduleView CreateInstanceView( Document ADoc, ElementId panelId )
Public Shared Function CreateInstanceView ( ADoc As Document, panelId As ElementId ) As PanelScheduleView
public: static PanelScheduleView^ CreateInstanceView( Document^ ADoc, ElementId^ panelId )
static member CreateInstanceView : ADoc : Document * panelId : ElementId -> PanelScheduleView
Parameters
Return Value
PanelScheduleViewThe PanelScheduleView
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also