Share

ElectricalDemandFactorDefinition.SetValues Method

Sets the value set to the demand factor definition.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void SetValues(
	ICollection<ElectricalDemandFactorValue> values
)

Parameters

values  ICollection<ElectricalDemandFactorValue>
 

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?