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