ElectricalDemandFactorValue
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the ElectricalDemandFactorValue | |
| Equals | None | Determines whether the specified Object is equal to the current Object . (Inherited from Object .) | Object |
| GetHashCode | None | Serves as a hash function for a particular type. (Inherited from Object .) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object .) | Object |
| SetMaxRangeToUnlimited() | None | Sets the max range on the value to unlimited | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object .) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Factor | double | The demand factor for this demand factor value. For example, objects 1 to 3 can have 100% demand factor. In the example above, the demand factor will be 1.0. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | |
| MaxRange | double | The maximum range for this demand factor value. For example, objects 1 to 3 can have 100% demand factor. In the example above, the maximum range will be 3. | |
| MinRange | double | The minimum range for this demand factor value. For example, objects 1 to 3 can have 100% demand factor. In the example above, the minimum range will be 1. |