This document is archived and information here might be outdated. Recommended version. |
Inserts an object into the array before the specified index. If index is -1, the object is inserted at the end.
[Visual Basic .NET] Public Sub Insert ( _ ByVal index As Integer, _ ByVal gxObject As IGxObject _ )
[C#] public void Insert ( int index, IGxObject gxObject );