| Revit 2019.2 API |
| WireMaterialType..::..GroundConductorSizes Property |
| WireMaterialType Class See Also |
Get all ground conductor size types defined in this wire material type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public GroundConductorSizeSet GroundConductorSizes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property GroundConductorSizes As GroundConductorSizeSet Get |
| Visual C++ |
|---|
public: property GroundConductorSizeSet^ GroundConductorSizes { GroundConductorSizeSet^ get (); } |