CadDimensionDictionary.ContainsKey

CadDimensionDictionary.ContainsKey method

Determines whether CadDimensionStyleTable contained within this dictionary.

public bool ContainsKey(string key)
ParameterTypeDescription
keyStringThe CadDimensionStyleTable key.

Return Value

True if the current dictionary contains an element with the key; otherwise, false.

See Also