WmsCustomParameterCollection.Add(String, String) Method
Appends the custom parameter value and associated key to the collection.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | A String value specifying a key. |
value | String | A String value specifying a custom parameter value. |
See Also