Revit 2025.3 API
Panel |
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: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId GetTemplate()
Public Function GetTemplate As ElementId
public: ElementId^ GetTemplate()
member GetTemplate : unit -> ElementId
Return Value
ElementIdThe template id for this view
See Also