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

674130a2 ab0e fc91 20f3 0ba81ca70bf4

haplokuon edited this page May 6, 2023 · 1 revision

Add Method

netDxf 3.0.0 Library

Adds an entity to the collection.

Definition

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

C#

public void Add(
	EntityObject item
)

VB

Public Sub Add ( 
	item As EntityObject
)

C++

public:
void Add(
	EntityObject^ item
)

F#

member Add : 
        item : EntityObject -> unit 

Parameters

  EntityObject
The entity to add to the collection.

Return Value

True if the entity has been added to the collection, or false otherwise.

See Also

Reference

EntityCollection Class
netDxf.Collections Namespace

Clone this wiki locally