BaseFoundImageProcessingObjectSetFilter Method |
Only for the GUI: Sets a funnel button in front of the displayed property in
the result list when the property name is contained in the given string
array. The button transfers a value range around the property value into
the according value range fields in the dialog.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected bool SetFilter(
string[] filterFields,
ref FoundObjectProperty objectToCheck
)
Parameters
- filterFields String
- The list of property names which should have a
funnel button. If empty or null all relevant properties will have the button.
- objectToCheck FoundObjectProperty
- Returns a possibly modified property object: If
there is no funnel button the property's name and value is set to null.
Return Value
Booleantrue if a funnel button will be displayed, false otherwise.
See Also