Skip to main content

WmsCustomParameterCollection.Clear() Method

Removes all custom parameters from the WmsCustomParameterCollection.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public void Clear()

Remarks

The following code clears the CustomParameters collection:

<dxm:WmsDataProvider x:Name="WmsDataProvider1"
                      ServerUri="http://INSERT_YOUR_SERVER_URI"
                      ActiveLayerName="Layer_OSM"/>
WmsDataProvider1.CustomParameters.Clear();
See Also