ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.DeviceLocation Namespace / IMapDeviceLocationService Interface / SetDeviceLocationOptions Method
MapDeviceLocationOptions

In This Topic
    SetDeviceLocationOptions Method (IMapDeviceLocationService)
    In This Topic
    Sets a MapDeviceLocationOptions to update the current MapDeviceLocationService settings. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Sub SetDeviceLocationOptions( _
       ByVal options As MapDeviceLocationOptions _
    ) 
    void SetDeviceLocationOptions( 
       MapDeviceLocationOptions options
    )

    Parameters

    options
    MapDeviceLocationOptions
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also