BehaviorType Property
The behavior type of the pipe fitting or pipe accessory.

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:  2014

Syntax

C#
public int BehaviorType { get; }
Visual Basic
Public ReadOnly Property BehaviorType As Integer
	Get
Visual C++
public:
property int BehaviorType {
	int get ();
}

See Also