ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationPage Class / SetHoldTime Method
The page hold time in seconds

In This Topic
    SetHoldTime Method
    In This Topic
    Sets the page hold time. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetHoldTime( 
       double holdTime
    )
    Public Sub SetHoldTime( _
       ByVal holdTime As Double _
    ) 

    Parameters

    holdTime
    The page hold time in seconds
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    Remarks

    A presentation page will automatically advance to the next page after a hold time on the current page in full screen mode.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also