The flex pipe type of this flex pipe.

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

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

See Also