The ElectricalDemandFactorValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ElectricalDemandFactorValue()()()() |
Default constructor. Initializes factor to 1.0 or 100%. Min and max range are set to 0.0
|
![]() | ElectricalDemandFactorValue(Double, Double, Double) |
Constructor. Initializes factor, minimum range and maximum range to values passed in.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the ElectricalDemandFactorValue |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetMaxRangeToUnlimited |
Sets the max range on the value to unlimited
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Factor |
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 |
Specifies whether the .NET object represents a valid Revit entity.
|
![]() | MaxRange |
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 |
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.
|