WmsCustomParameterCollection Members
Contains a collection of web map service custom parameters.Constructors
| Name | Description |
|---|---|
| WmsCustomParameterCollection() | Initializes a new instance of the WmsCustomParameterCollection class. |
Properties
| Name | Description |
|---|---|
| Count | Returns the number of custom parameters stored in the WmsCustomParameterCollection. |
| Item[String] | Gets or sets a custom parameter value by its key. |
Methods
| 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. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also