ElectricalSystem.Ways Property

ElectricalSystemWays Property

The circuit ways used in the Electrical System.

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

Property Value

Int32
Remarks
This property is used to retrieve the ways of the Electrical System on a panel.
See Also