CadDimensionDictionary.Remove

CadDimensionDictionary.Remove method

Removes the CadDimensionStyleTable with the specified key.

public bool Remove(string key)
ParameterTypeDescription
keyStringThe CadDimensionStyleTable key to remove.

Return Value

True if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the dictionary.

See Also