Get electrical wire material types information of the project.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public WireMaterialTypeSet WireMaterialTypes { get; } |
Visual Basic |
---|
Public ReadOnly Property WireMaterialTypes As WireMaterialTypeSet Get |
Visual C++ |
---|
public: property WireMaterialTypeSet^ WireMaterialTypes { WireMaterialTypeSet^ get (); } |