| Revit Preview Release API |
| PanelScheduleView..::..GetTemplate Method |
| PanelScheduleView Class See Also |
Gets the template for this view (to set the template, you must go through generateInstanceFromTemplate)
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public ElementId GetTemplate() |
| Visual Basic |
|---|
Public Function GetTemplate As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetTemplate() |