Click or drag to resize

ObservableCollectionTAdd Method

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

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

Parameters

item
Type: T
The object to add to the collection.

Return Value

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