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