Click or drag to resize

FoundObjectProperty Class

This class holds a single property as displayed in the GUI's result output in the result text.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.JobElement.ImageProcessingFoundObjectProperty

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

The FoundObjectProperty type exposes the following members.

Constructors
 NameDescription
Public methodFoundObjectPropertyInitializes a new instance of the FoundObjectProperty class
Top
Properties
 NameDescription
Public propertyIsFilterable Returns false if PropertyName or PropertyValue is null.
Public propertyPropertyName The property name, i. e. nameof(property).
Public propertyPropertyValue The property value.
Public propertyTitle The complete line of a displayed property, i. e. its name and value. E. g. "center: (1.23, 4.56)"
Public propertyToolTip The tool tip of the belonging funnel button.
Top
Methods
 NameDescription
Public methodToString Returns a complete line of a displayed property, i. e. its name and value.
Public methodStatic memberToString(IEnumerableFoundObjectProperty) Returns a string containing all properties of the given property object list.
Top
See Also