Inserts an item to the XmpArrayNode at the specified index.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void Insert( int index, Object node )
Type: System.Int32
The zero-based index at which value should be inserted.Type: System.Object
The object to insert into the XmpArrayNode.IList.Insert(Int32, Object)