| Revit 2023 API |
| TemperatureRatingType..::..WireSizes Property |
| TemperatureRatingType Class See Also |
Get all electrical wire sizes defined in this temperature rating type and its corresponding material type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public WireSizeSet WireSizes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property WireSizes As WireSizeSet Get |
| Visual C++ |
|---|
public: property WireSizeSet^ WireSizes { WireSizeSet^ get (); } |