ElectricalSetting.WireTypes Property

ElectricalSettingWireTypes Property

Get all wire type definition information of the project.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public WireTypeSet WireTypes { get; }
Public ReadOnly Property WireTypes As WireTypeSet
	Get
public:
property WireTypeSet^ WireTypes {
	WireTypeSet^ get ();
}
member WireTypes : WireTypeSet with get

Property Value

WireTypeSet
See Also