Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2582faa2 67ca 3e90 3d74 a9eb49ef5be2

haplokuon edited this page May 6, 2023 · 1 revision

RemoveAt Method

netDxf 3.0.0 Library

Removes the entity at the specified index of the collection.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void RemoveAt(
	int index
)

VB

Public Sub RemoveAt ( 
	index As Integer
)

C++

public:
virtual void RemoveAt(
	int index
) sealed

F#

abstract RemoveAt : 
        index : int -> unit 
override RemoveAt : 
        index : int -> unit 

Parameters

  Int32
The zero-based index of the entity to remove.

Implements

IList(T).RemoveAt(Int32)

See Also

Reference

EntityCollection Class
netDxf.Collections Namespace

Clone this wiki locally