ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.SystemCore Namespace / Connectivity Class / IsMobileDevice Method
Example

In This Topic
    IsMobileDevice Method
    In This Topic
    Check if system is a mobile device (e.g. laptop)
    Syntax
    Public Shared Function IsMobileDevice() As Boolean
    public static bool IsMobileDevice()

    Return Value

    True if a mobile device
    Example
    Determine if the system is a mobile device e.g. a laptop or tablet vs a desktop
    {
      bool isMobileDevice = ArcGIS.Core.SystemCore.Connectivity.IsMobileDevice();
    }
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also