Emgu CV Library Documentation
cvSeqPushMulti Method (seq, elements, count, backOrFront)
NamespacesEmgu.CVCvInvokecvSeqPushMulti(IntPtr, IntPtr, Int32, BACK_OR_FRONT)

www.emgu.com/wiki
Adds several elements to either end of the sequence. The elements are added to the sequence in the same order as they are arranged in the input array but they can fall into different sequence blocks.
Declaration Syntax
C#Visual BasicVisual C++
public static void cvSeqPushMulti(
	IntPtr seq,
	IntPtr elements,
	int count,
	BACK_OR_FRONT backOrFront
)
Public Shared Sub cvSeqPushMulti ( _
	seq As IntPtr, _
	elements As IntPtr, _
	count As Integer, _
	backOrFront As BACK_OR_FRONT _
)
public:
static void cvSeqPushMulti(
	IntPtr seq, 
	IntPtr elements, 
	int count, 
	BACK_OR_FRONT backOrFront
)
Parameters
seq (IntPtr)
Sequence
elements (IntPtr)
Added elements
count (Int32)
Number of elements to push
backOrFront (BACK_OR_FRONT)
If != 0, the elements are added to the beginning of sequence; Otherwise the elements are added to the end of sequence

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)