KeyValueTable<RoadType>.TryGetValue Method
Gets the value associated with the specified key.
TryGetValue(AttributeValue key, out RoadType value)
Gets the value associated with the specified key.Syntax
public System.Boolean TryGetValue (
AttributeValue key,
out RoadType value
)
Parameters
The key of the value to get.
Set to the value associated with key if key is found in the table.
Return Value
True if value has been set; otherwise, False.
Platforms
Windows, Linux, Android