CadAppIdDictionaryRemove Method (String) |
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
bool Remove(
String^ key
)
member Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
The CadAppIdTableObject 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