Click or drag to resize

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
Syntax
C#
public bool Remove(
	string item
)
Request Example View Source

Parameters

item
Type: SystemString
The object to remove from the list. The value cannot be null.

Return Value

Type: Boolean
True 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