[This is preliminary documentation and is subject to change.]

Same as h_next pointer in CvSeq

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

Syntax

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

See Also