ArcGIS Pro 3.0 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
    void SetDeviceLocationOptions( 
       MapDeviceLocationOptions options
    )
    Sub SetDeviceLocationOptions( _
       ByVal options As MapDeviceLocationOptions _
    ) 

    Parameters

    options
    MapDeviceLocationOptions
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also