 | 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
Syntaxpublic void Add(
T item
)
Request Example
View SourceParameters
- 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