Click or drag to resize

EntityCollectionRemoveAt Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the entity at the specified index of the collection.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void RemoveAt(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index of the entity to remove.

Implements

IListTRemoveAt(Int32)
See Also