ElectricalSystem.SystemType Property

ElectricalSystemSystemType Property

The Electrical System Type of the Electrical System.

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

Property Value

ElectricalSystemType
Remarks
This property is used to retrieve the Electrical System Type of the Electrical System.
See Also