ArcGIS Pro 3.7 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 Sub SetStartTime( _
       ByVal startTime As Double _
    ) 
    public void SetStartTime( 
       double startTime
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also