Shows dialog on managing RevisionsOnSheetUI.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
| C# |
|---|
bool ShowDialog( RevisionsOnSheetUIServiceData data ) |
| Visual Basic |
|---|
Function ShowDialog ( _ data As RevisionsOnSheetUIServiceData _ ) As Boolean |
| Visual C++ |
|---|
bool ShowDialog( RevisionsOnSheetUIServiceData^ data ) |
Parameters
- data
- Type: Autodesk.Revit.UI..::..RevisionsOnSheetUIServiceData
The data on initializing the dialog as well as getting the result.