WmsCustomParameterCollection Methods
Contains a collection of web map service custom parameters.| Name | Description |
|---|---|
| Add(String, String) | Adds a parameter key and value to the WmsCustomParameterCollection. |
| Clear() | Removes all custom parameters from the WmsCustomParameterCollection. |
| Remove(String) | Removes the parameter with the specified key from the WmsCustomParameterCollection. |
See Also