Creates a new instance of a demand factor definition.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ElectricalDemandFactorDefinition Create(
Document ADoc,
string strName
)
Parameters
- ADoc Document
-
The document where the element will be created and added.
- strName String
-
The name of the electrical demand factor definition to be created.
Return Value
ElectricalDemandFactorDefinition
The newly created demand factor definition element.
Exceptions
See Also
Reference