Revit 2018 API |
GroundConductorSize..::..MaterialBelongTo Property |
GroundConductorSize Class See Also |
Get the material type which include this ground conductor size information.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Syntax
C# |
---|
public WireMaterialType MaterialBelongTo { get; } |
Visual Basic |
---|
Public ReadOnly Property MaterialBelongTo As WireMaterialType Get |
Visual C++ |
---|
public: property WireMaterialType^ MaterialBelongTo { WireMaterialType^ get (); } |