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

c64244ab f47f 7a2d 9645 b551aa565457

haplokuon edited this page May 6, 2023 · 1 revision

Add(IEnumerable<EntityObject>) Method

netDxf 3.0.0 Library

Adds a list of entities to the active layout of the document.

Definition

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

C#

public void Add(
	IEnumerable<EntityObject> entities
)

VB

Public Sub Add ( 
	entities As IEnumerable(Of EntityObject)
)

C++

public:
void Add(
	IEnumerable<EntityObject^>^ entities
)

F#

member Add : 
        entities : IEnumerable<EntityObject> -> unit 

Parameters

  IEnumerable(EntityObject)
A list of entities to add to the document.

See Also

Reference

DrawingEntities Class
Add Overload
netDxf.Collections Namespace

Clone this wiki locally