AreaBasedLoadData.LoadClassification Property

AreaBasedLoadDataLoadClassification Property

The load classification of the area based load.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId LoadClassification { get; }
Public ReadOnly Property LoadClassification As ElementId
	Get
public:
property ElementId^ LoadClassification {
	ElementId^ get ();
}
member LoadClassification : ElementId with get

Property Value

ElementId
See Also