CadLineTypesDictionaryRemove Method (String) |
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.5
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
Return Value
Type:
Boolean
See Also