Revit 2025.3 API
Performance |
Returns the only instance of PerformanceAdviser in the Application.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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