| Revit 2022.1 API |
| DisplayingOptionsDialogEventArgs..::..PagesCount Property |
| DisplayingOptionsDialogEventArgs Class See Also |
The count of pages in the options dialog (include the default pages added by Revit).
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.1.0)
Since: 2013
Syntax
| C# |
|---|
public int PagesCount { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PagesCount As Integer Get |
| Visual C++ |
|---|
public: property int PagesCount { int get (); } |