ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMWMSServiceConnection Class / MapParameters Property

In This Topic
    MapParameters Property (CIMWMSServiceConnection)
    In This Topic
    Gets or sets vendor specific parameters for GetMap and GetFeatureInfo requests.
    Syntax
    Public Property MapParameters As IDictionary(Of String,Object)
    public IDictionary<string,object> MapParameters {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also