Click or drag to resize

EntityCollectionAdd Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an entity to the collection.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Add(
	EntityObject item
)
Request Example View Source

Parameters

item
Type: netDxf.EntitiesEntityObject
The entity to add to the collection.

Return Value

Type: 
True if the entity has been added to the collection, or false otherwise.
See Also