Method Remove
- Namespace
- Aspose.CAD.FileFormats.Cad
- Assembly
- Aspose.CAD.dll
Remove(string)
Removes the CadDimensionStyleTable with the specified key.
public bool Remove(string key)
Parameters
key
stringThe CadDimensionStyleTable key to remove.
Returns
- bool
True if the element is successfully removed; otherwise, false. This method also returns false if
key
was not found in the dictionary.