ElectricalDemandFactorValue Members

The ElectricalDemandFactorValue type exposes the following members.

Constructors

  NameDescription
Public methodElectricalDemandFactorValue()()()()
Default constructor. Initializes factor to 1.0 or 100%. Min and max range are set to 0.0
Public methodElectricalDemandFactorValue(Double, Double, Double)
Constructor. Initializes factor, minimum range and maximum range to values passed in.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ElectricalDemandFactorValue
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetMaxRangeToUnlimited
Sets the max range on the value to unlimited
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyFactor
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.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyMaxRange
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.
Public propertyMinRange
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.

See Also