ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / VideoPresentationPage Class / SetEndTime Method

In This Topic
    SetEndTime Method
    In This Topic
    Sets the page end time in seconds.
    Syntax
    public void SetEndTime( 
       double endTime
    )
    Public Sub SetEndTime( _
       ByVal endTime As Double _
    ) 

    Parameters

    endTime
    Remarks
    Customize the portion of the video appearing when the page is displayed by setting the start and end times of the video.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also