Click or drag to resize

MapObjectTryGetValue Method

Tries to get a value for the 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 TryGetValue(
	string key,
	out string value
)

Parameters

key
Type: SystemString
Key to look for.
value
Type: SystemString
If available, value belonging to the key.

Return Value

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