ElectricalSystemWireSizeString Property |
The WireSize as a String of the Electrical System
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string WireSizeString { get; }
Public ReadOnly Property WireSizeString As String
Get
public:
property String^ WireSizeString {
String^ get ();
}
member WireSizeString : string with get
Property Value
String
Exceptions
Remarks
This property is used to retrieve the WireSize String of the Electrical System.
See Also