CadLayoutDictionaryRemove Method (String)

Removes the CadLayout with the specified key.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public bool Remove(
	string key
)

Parameters

key
Type: SystemString
The CadLayout key to remove.

Return Value

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