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
IndexintThe zero based index of the collection where the object will be inserted.
ObjectvdBlockThe vdBlock object which will be inserted.
InsertAt(int, object)
Insert an object at a specified index.
public void InsertAt(int index, object item)