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

82b27d9d d568 7202 b34a 1b4a937a6fe6

haplokuon edited this page May 6, 2023 · 1 revision

Add(EntityObject) Method

netDxf 3.0.0 Library

Adds an entity to the active layout of the document.

Definition

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

C#

public void Add(
	EntityObject entity
)

VB

Public Sub Add ( 
	entity As EntityObject
)

C++

public:
void Add(
	EntityObject^ entity
)

F#

member Add : 
        entity : EntityObject -> unit 

Parameters

  EntityObject
An entity to add to the document.

See Also

Reference

DrawingEntities Class
Add Overload
netDxf.Collections Namespace

Clone this wiki locally