ElectricalSystemLoadClassifications Property |
The LoadClassifications used in the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string LoadClassifications { get; }
Public ReadOnly Property LoadClassifications As String
Get
public:
property String^ LoadClassifications {
String^ get ();
}
member LoadClassifications : string with get
Property Value
String
Remarks
This property is used to retrieve the LoadClassifications of the Electrical System.
There may be one or more load classification in use in which case they will be semi-colon delimited.
See Also