Table of Contents

Method Remove

Namespace
Aspose.CAD.FileFormats.Cad
Assembly
Aspose.CAD.dll

Remove(string)

Removes the CadBlockEntity with the specified key.

public bool Remove(string key)

Parameters

key string

The CadBlockEntity 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.