FlexDuctType Property
The flex duct type of this flex duct.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)

Syntax

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

See Also