Revit 2017.1 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: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
public ElementId GetTemplate() |
Visual Basic |
---|
Public Function GetTemplate As ElementId |
Visual C++ |
---|
public: ElementId^ GetTemplate() |