Skip to main content
A newer version of this page is available. .

WmsCustomParameterCollection.Add(String, String) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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