Table of Contents

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

item object

Add(string)

Creates and adds a vdBlock object to the collection with the specified name.

public vdBlock Add(string Name)

Parameters

Name string

The name of the inserted vdBlock object.

Returns

vdBlock

Returns the added vdBlock object.