Skip to main content

WmsCustomParameterCollection.Add(String, String) Method

Appends the custom parameter value and associated key to the collection.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void Add(
    string key,
    string value
)

Parameters

Name Type Description
key String

A String value specifying a key.

value String

A String value specifying a custom parameter value.

See Also