WireType.Conduit Property

WireTypeConduit Property

The conduit type of the wire type.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public WireConduitType Conduit { get; set; }
Public Property Conduit As WireConduitType
	Get
	Set
public:
property WireConduitType^ Conduit {
	WireConduitType^ get ();
	void set (WireConduitType^ value);
}
member Conduit : WireConduitType with get, set

Property Value

WireConduitType
See Also