WireType Property


The wire type of the Electrical System.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2011

Syntax

C#
public WireType WireType { get; set; }
Visual Basic
Public Property WireType As WireType
	Get
	Set
Visual C++
public:
property WireType^ WireType {
	WireType^ get ();
	void set (WireType^ value);
}

Remarks

This property is used to retrieve the wire type of the Electrical System.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentNullException When setting this property: A non-optional argument was null
Autodesk.Revit.ExceptionsDisabledDisciplineException When setting this property: None of the following disciplines is enabled: Mechanical Electrical Piping.

See Also