IRevisionsOnSheetUIServerShowDialog Method

Note: This API is now obsolete.

Shows dialog on managing RevisionsOnSheetUI.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
[ObsoleteAttribute("This is deprecated in Revit 2027 and may be removed in a future version of Revit.")]
bool ShowDialog(
	RevisionsOnSheetUIServiceData data
)

Parameters

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

Return Value

Boolean
Whether or not the dialog launches successfully
See Also