| Revit 2022.1 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: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public WireSizeSet WireSizes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property WireSizes As WireSizeSet Get |
| Visual C++ |
|---|
public: property WireSizeSet^ WireSizes { WireSizeSet^ get (); } |