Returns true if the node is a sequence
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool IsSeq { get; }
Public ReadOnly Property IsSeq As Boolean
Get
public:
property bool IsSeq {
bool get ();
}
member IsSeq : bool with get
Return Value
Type:
Boolean
See Also