Gets or sets whether the closest point above the reference profile will be drawn or not
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
public bool DrawClosestPointAboveReferenceProfileGraphics { get; set; }public bool DrawClosestPointAboveReferenceProfileGraphics { get; set; }Public Property DrawClosestPointAboveReferenceProfileGraphics As Boolean
Get
Set
Public Property DrawClosestPointAboveReferenceProfileGraphics As Boolean
Get
Set
public:
property bool DrawClosestPointAboveReferenceProfileGraphics {
bool get ();
void set (bool value);
}public:
property bool DrawClosestPointAboveReferenceProfileGraphics {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: - SfDrawClosestPointAboveReferenceProfileGraphics
|