Get the material type which include this ground conductor size information.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public WireMaterialType MaterialBelongTo { get; } |
Visual Basic |
---|
Public ReadOnly Property MaterialBelongTo As WireMaterialType Get |
Visual C++ |
---|
public: property WireMaterialType^ MaterialBelongTo { WireMaterialType^ get (); } |