CadDictionaryBase.TryGetValue

TryGetValue(string, out string)

Gets the entry soft owner by key.

public bool TryGetValue(string key, out string value)
ParameterTypeDescription
keyStringThe key.
valueString&The parameter.

Return Value

true if dictionary contains the key otherwise false

See Also


TryGetValue(string, out CadEntityAttribute, out string)

Gets the entry soft owner by key.

public bool TryGetValue(string key, out CadEntityAttribute attr, out string value)
ParameterTypeDescription
keyStringThe key.
attrCadEntityAttribute&The attribute.
valueString&The parameter.

Return Value

true if dictionary contains the key otherwise false

See Also