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

6d5a3a00 879f 2e0e 05d0 37c80911f2db

haplokuon edited this page May 6, 2023 · 1 revision

AddRange Method

netDxf 3.0.0 Library

Adds an entity list to the end of the collection.

Definition

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

C#

public void AddRange(
	IEnumerable<EntityObject> collection
)

VB

Public Sub AddRange ( 
	collection As IEnumerable(Of EntityObject)
)

C++

public:
void AddRange(
	IEnumerable<EntityObject^>^ collection
)

F#

member AddRange : 
        collection : IEnumerable<EntityObject> -> unit 

Parameters

  IEnumerable(EntityObject)
The collection whose elements should be added.

See Also

Reference

EntityCollection Class
netDxf.Collections Namespace

Clone this wiki locally