Duct.DuctType Property

DuctDuctType Property

The duct type of this duct.

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

Property Value

DuctType
See Also