ElectricalSystemLoadName Property |
The LoadName of the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string LoadName { get; set; }
Public Property LoadName As String
Get
Set
public:
property String^ LoadName {
String^ get ();
void set (String^ value);
}
member LoadName : string with get, set
Property Value
String
Exceptions
Remarks
This property is used to retrieve the LoadName of the Electrical System.
See Also