The electrical analytical load set of the analytical equipment load.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId LoadSet { get; set; }Property Value
ElementId
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
When setting this property: The given element id loadSetId is neither a load set id nor invalidElementId.
|
| ArgumentNullException |
When setting this property: A non-optional argument was null
|
Remarks
invalidElementId if the analytical equipment load does not belong to any analytical load sets.
See Also
Reference