DisplayingOptionsDialogEventArgs.PagesCount Property

DisplayingOptionsDialogEventArgsPagesCount Property

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: 26.0.4.0 (26.0.4.0)
Syntax
public int PagesCount { get; }
Public ReadOnly Property PagesCount As Integer
	Get
public:
property int PagesCount {
	int get ();
}
member PagesCount : int with get

Property Value

Int32
See Also