Revit 2025 API
IPipe |
Check if the server is applicable for the pipe fitting or pipe accessory.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
bool IsApplicable( PipeFittingAndAccessoryPressureDropData data )
Function IsApplicable ( data As PipeFittingAndAccessoryPressureDropData ) As Boolean
bool IsApplicable( PipeFittingAndAccessoryPressureDropData^ data )
abstract IsApplicable : data : PipeFittingAndAccessoryPressureDropData -> bool
Parameters
- data PipeFittingAndAccessoryPressureDropData
- The input data of the calculation.
Return Value
BooleanSee Also