Revit 2025.3 API
Panel |
Creates a new instance of panel schedule on sheet and adds it to the document.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static PanelScheduleSheetInstance Create( Document ADoc, ElementId scheduleId, View DBView )
Public Shared Function Create ( ADoc As Document, scheduleId As ElementId, DBView As View ) As PanelScheduleSheetInstance
public: static PanelScheduleSheetInstance^ Create( Document^ ADoc, ElementId^ scheduleId, View^ DBView )
static member Create : ADoc : Document * scheduleId : ElementId * DBView : View -> PanelScheduleSheetInstance
Parameters
Return Value
PanelScheduleSheetInstanceThe newly created panel schedule sheet instance element.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also