Same as v_next pointer in CvSeq

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Contour<T> VNext { get; set; }
Visual Basic (Declaration)
Public Property VNext As Contour(Of T)
Visual C++
public:
property Contour<T>^ VNext {
	Contour<T>^ get ();
	void set (Contour<T>^ value);
}

See Also