Retrieves an enumeration of rule Ids.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
| C# |
|---|
public IList<PerformanceAdviserRuleId> GetAllRuleIds() |
| Visual Basic |
|---|
Public Function GetAllRuleIds As IList(Of PerformanceAdviserRuleId) |
| Visual C++ |
|---|
public: IList<PerformanceAdviserRuleId^>^ GetAllRuleIds() |