Table of Contents

Method InsertAt

Namespace
VectorDraw.Professional.vdCollections
Assembly
VectorDraw.Professional.dll

InsertAt(int, vdBlock)

Insert a vdBlock object to a specified index of the collection.

public void InsertAt(int Index, vdBlock Object)

Parameters

Index int

The zero based index of the collection where the object will be inserted.

Object vdBlock

The vdBlock object which will be inserted.

InsertAt(int, object)

Insert an object at a specified index.

public void InsertAt(int index, object item)

Parameters

index int

The index where the object will be inserted.

item object

The object to be inserted.