Revit 2025.3 API
| Electrical | 
   The Electrical System Type of the Electrical System.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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
Remarks
   This property is used to retrieve the Electrical System Type of the Electrical System.
See Also