PanelScheduleSheetInstance.Create
Method
Description:
Creates a new instance of panel schedule on sheet and adds it to the document.
Creates a new instance of panel schedule on sheet and adds it to the document.
Syntax
public static PanelScheduleSheetInstance Create(
Document ADoc,
ElementId scheduleId,
View DBView
)
Parameters
Parameter | Type | Description |
---|---|---|
ADoc | Document | |
scheduleId | ElementId | |
DBView | View |
Return Value
Type | Description |
---|---|
PanelScheduleSheetInstance | The newly created panel schedule sheet instance element. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |