Revit 2026 API
Performance |
Returns the only instance of PerformanceAdviser in the Application.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static PerformanceAdviser GetPerformanceAdviser()
Public Shared Function GetPerformanceAdviser As PerformanceAdviser
public: static PerformanceAdviser^ GetPerformanceAdviser()
static member GetPerformanceAdviser : unit -> PerformanceAdviser
Return Value
PerformanceAdviserThe only instance of PerformanceAdviser in the Application.
See Also