Click or drag to resize

MapObjectContainsKey Method

Checks if value exists for specified key.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
Key to look for.

Return Value

Type: Boolean
Indicates if a value exists for the specified key.
See Also