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. | |
| GuidEnum(Guid) | None | Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value. | GuidEnum |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| op_Equality(PerformanceAdviserRuleId, PerformanceAdviserRuleId) | bool | Compares two PerformanceAdviserRuleId instances. | |
| op_Inequality(PerformanceAdviserRuleId, PerformanceAdviserRuleId) | bool | Compares two PerformanceAdviserRuleId instances. | |
| Equals(Object) | bool | Compares two Guid-based enum object based on their concrete class and GUID value. | GuidEnum |
| GetHashCode() | int | Generates a hash code for this Guid-based enum object. | GuidEnum |