ElectricalSystemWireType Property |
The wire type of the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic WireType WireType { get; set; }
Public Property WireType As WireType
Get
Set
public:
property WireType^ WireType {
WireType^ get ();
void set (WireType^ value);
}
member WireType : WireType with get, set
Property Value
WireType
Exceptions
Remarks
This property is used to retrieve the wire type of the Electrical System.
See Also