AppearanceDictionary.TryGetValue

AppearanceDictionary.TryGetValue method

Tries to find key in the dictionary and retreives value if found.

public bool TryGetValue(string key, out XForm value)
ParameterTypeDescription
keyStringKey to search in the dictionary.
valueXForm&Retreived value.

Return Value

true if key was found.

See Also