Gets and sets a boolean value whether combs are detected.
Syntax
'Declaration
Public Property DetectCombs As Boolean
'Usage
Dim instance As GraphicLineDetectionOptions
Dim value As Boolean
instance.DetectCombs = value
value = instance.DetectCombs
public bool DetectCombs {get; set;}
public: __property bool get_DetectCombs();
public: __property void set_DetectCombs(
bool value
);
public:
property bool DetectCombs {
bool get();
void set ( bool value);
}
Property Value
A boolean value which indicates whether combs will be detected in the image.
See Also