Method Add
- Namespace
- VectorDraw.Professional.vdCollections
- Assembly
- VectorDraw.Professional.dll
Add(object)
Adds an object to the end of the collection.
public void Add(object item)
Parameters
itemobject
Add(string)
Creates and adds a vdBlock object to the collection with the specified name.
public vdBlock Add(string Name)
Parameters
NamestringThe name of the inserted vdBlock object.
Returns
- vdBlock
Returns the added vdBlock object.