PerformanceAdviserRuleId
Description:
The unique identifier of a PerformanceAdviserRule
The unique identifier of a PerformanceAdviserRule
Remarks:
Each performance adviser rule registered in application must be given a unique id that can be used to identify and unregister rule later.
Each performance adviser rule registered in application must be given a unique id that can be used to identify and unregister rule later.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.GuidEnum
Autodesk.Revit.DB.PerformanceAdviserRuleId
System.Object
Autodesk.Revit.DB.GuidEnum
Autodesk.Revit.DB.PerformanceAdviserRuleId
public class PerformanceAdviserRuleId : GuidEnum
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| PerformanceAdviserRuleId(Guid) | None | Creates a new PerformanceAdviserRuleId instance. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals(Object) | Boolean | Compares two Guid-based enum object based on their concrete class and GUID value. (Inherited from GuidEnum ) | GuidEnum |
| GetHashCode() | Int32 | Generates a hash code for this Guid-based enum object. (Inherited from GuidEnum ) | GuidEnum |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equality(PerformanceAdviserRuleId, PerformanceAdviserRuleId) | Boolean | Compares two PerformanceAdviserRuleId instances. | |
| Inequality(PerformanceAdviserRuleId, PerformanceAdviserRuleId) | Boolean | Compares two PerformanceAdviserRuleId instances. |