Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic bool Pass2Only { get; set; }Public Property Pass2Only As Boolean
	Get
	Set
public:
property bool Pass2Only {
	bool get ();
	void set (bool value);
}member Pass2Only : bool with get, set
function get_Pass2Only();
function set_Pass2Only(value);
Property Value
Type: 
Boolean See Also
See Also