Specifies whether or not to include the histogram data
in the result.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public bool IncludeHistogramInResult { get; set; }public bool IncludeHistogramInResult { get; set; }Public Property IncludeHistogramInResult As Boolean
Get
Set
Public Property IncludeHistogramInResult As Boolean
Get
Set
public:
property bool IncludeHistogramInResult {
bool get ();
void set (bool value);
}public:
property bool IncludeHistogramInResult {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
The default is true.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag will be set: - SfIncludeHistogramInResult
|