IDuctFittingAndAccessoryPressureDropUIServerShowSettings Method

Shows the settings UI.

Namespace: Autodesk.Revit.UI.Mechanical
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.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