ShowSettings Method


IDuct Fitting And Accessory Pressure Drop UIServer Show Settings Method

Shows the settings UI.

Namespace: Autodesk.Revit.UI.Mechanical
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
bool ShowSettings(
	DuctFittingAndAccessoryPressureDropUIData data
)

Parameters

data DuctFittingAndAccessoryPressureDropUIData
The input data of the calculation.

Return Value

Boolean
True if the user makes any changes in the UI, false otherwise.
See Also