Cog3DRangeImageCrossSectionAreaOperatorBase MaxFillLength Property Cognex VisionPro 9.5
Gets or sets max length of a missing stretch to fill along x-axis in ProfileSelectedSpaceName.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax

public double MaxFillLength { get; set; }

Property Value

Type: Double
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfMaxFillLength
Exceptions

ExceptionCondition
ArgumentException If the value is less than 0.
See Also