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: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static PanelScheduleSheetInstance Create( Document ADoc, ElementId scheduleId, View DBView )
Parameters
Return Value
PanelScheduleSheetInstanceThe newly created panel schedule sheet instance element.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
