This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
2582faa2 67ca 3e90 3d74 a9eb49ef5be2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes the entity at the specified index of the collection.
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
- Int32
- The zero-based index of the entity to remove.
IList(T).RemoveAt(Int32)