 | SupportFoldersRemove Method |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the first occurrence of a specific object from the list.
Namespace:
netDxf.Collections
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic bool Remove(
string item
)
Request Example
View SourceParameters
- item
- Type: SystemString
The object to remove from the list. The value cannot be null.
Return Value
Type:
BooleanTrue if the item is successfully removed; otherwise, false. This method also returns false the item was not found in the list.
Implements
ICollectionTRemove(T)
See Also