Click or drag to resize

IFoundObject Interface

The interface for all BaseFoundImageProcessingObjects.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public interface IFoundObject

The IFoundObject type exposes the following members.

Properties
 NameDescription
Public propertyFilterFields Only for the GUI: This array controls which properties in the result output will have a funnel for transferring a value range around the current value into the filter/selection group. If empty, all relevant properties will have a funnel.
Public propertyObjectColor The objects color as shown in the GUI.
Public propertyObjectFields The list of the relevant parameters and their values in the result output.
Public propertyObjectText The list of parameters and their values as string for showing in the GUI.
Public propertyObjectTypeTitle The title of an object entry in the list of results.
Public propertyObjectUnit The unit may be pixels or micrometers.
Top
See Also