ShowDialog Method


IIFCEntity Tree UIServer Show Dialog Method

Shows dialog on managing IFCEntityTreeUI.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
bool ShowDialog(
	IFCExternalServiceUIData data
)

Parameters

data IFCExternalServiceUIData
The data on initializing the dialog as well as getting the result.

Return Value

Boolean
Whether or not the dialog launches successfully
See Also