Emgu CV Library Documentation
cvSeqRemove Method (seq, index)
NamespacesEmgu.CVCvInvokecvSeqRemove(IntPtr, Int32)

www.emgu.com/wiki
Removes element from sequence middle
Declaration Syntax
C#Visual BasicVisual C++
public static void cvSeqRemove(
	IntPtr seq,
	int index
)
Public Shared Sub cvSeqRemove ( _
	seq As IntPtr, _
	index As Integer _
)
public:
static void cvSeqRemove(
	IntPtr seq, 
	int index
)
Parameters
seq (IntPtr)
Sequence
index (Int32)
Index of removed element

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