| Revit 2020.1 API |
| PerformanceAdviser..::..GetAllRuleIds Method |
| PerformanceAdviser Class See Also |
Retrieves an enumeration of rule Ids.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2012
Syntax
| C# |
|---|
public IList<PerformanceAdviserRuleId> GetAllRuleIds() |
| Visual Basic |
|---|
Public Function GetAllRuleIds As IList(Of PerformanceAdviserRuleId) |
| Visual C++ |
|---|
public: IList<PerformanceAdviserRuleId^>^ GetAllRuleIds() |