An enumerated type to list all wiring types.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Enumeration WiringType
public enum class WiringType
MembersMember name | Value | Description |
---|
Arc | 0 |
Arc wiring is used to indicate wiring that is concealed within walls, ceilings, or floors.
|
Chamfer | 1 |
Chamfered wiring can be used to indicate wiring that is exposed.
|
See Also