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