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

In This Topic
    SetStartTime Method
    In This Topic
    Sets the start time of the video in seconds.
    Syntax
    public void SetStartTime( 
       double startTime
    )
    Public Sub SetStartTime( _
       ByVal startTime As Double _
    ) 

    Parameters

    startTime
    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