Gets or sets whether the Farthest point below the reference profile will be drawn or not
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
public bool DrawFarthestPointBelowReferenceProfileGraphics { get; set; }public bool DrawFarthestPointBelowReferenceProfileGraphics { get; set; }Public Property DrawFarthestPointBelowReferenceProfileGraphics As Boolean
Get
Set
Public Property DrawFarthestPointBelowReferenceProfileGraphics As Boolean
Get
Set
public:
property bool DrawFarthestPointBelowReferenceProfileGraphics {
bool get ();
void set (bool value);
}public:
property bool DrawFarthestPointBelowReferenceProfileGraphics {
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: - SfDrawFarthestPointBelowReferenceProfileGraphics
|