ElectricalSystemSystemType Property |
The Electrical System Type of the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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