ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / NavigationOptions Class / AutoPilotSpeed Property

In This Topic
    AutoPilotSpeed Property
    In This Topic
    Gets and sets the amount of time in seconds the application takes to move from one visible extent to another.
    Syntax
    public double AutoPilotSpeed {get; set;}
    Public Property AutoPilotSpeed As Double
    Remarks
    The default is zero seconds. The maximum is 10 seconds. Values less than zero are set to 0.0. Values greater than 10.0 are set to 10.0.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also