ElectricalSystem.StartSlot Property

ElectricalSystemStartSlot Property

The Start Slot where the Electrical System is located in its panel.

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

Property Value

Int32
Remarks
This property is used to retrieve the Start Slot of the Electrical System.
See Also