Table of Contents

Method Insert

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Insert(int, object)

Inserts an item to the IList at the specified index.

public void Insert(int index, object value)

Parameters

index int

The zero-based index at which value should be inserted.

value object

The object to insert into the IList.