| Revit 2023 API |
| PipeFittingAndAccessoryData..::..BehaviorType Property |
| PipeFittingAndAccessoryData Class See Also |
The behavior type of the pipe fitting or pipe accessory.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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 (); } |