ElectricalSetting.AddWireMaterialType
Description:
Add a new type of wire material.
Add a new type of wire material.
[ObsoleteAttribute("AddWireMaterialType is deprecated in Revit 2026 and will be removed in a future version of Revit. Please use ConductorMaterial.Create() instead.")]
public WireMaterialType AddWireMaterialType(
string name,
WireMaterialType baseMaterial
)
-
StringnameName of new material type.
-
baseMaterialSpecify an existing material type which New material will be constructed based on.
No comments yet. Start the discussion.
Loading…