Harness proD API Help
EPLAN.Harness.API.Settings.Common Namespace / ApiUvColorToStringProcessor Class / ApiUvColorToStringProcessor Constructor
List of color to text conversions.
Default text which will be used for not defined colors.
In This Topic
    ApiUvColorToStringProcessor Constructor
    In This Topic
    Creates new processor.
    Syntax
    public ApiUvColorToStringProcessor( 
       List<ValueTuple<Color,string>> texts,
       string defaultText
    )

    Parameters

    texts
    List of color to text conversions.
    defaultText
    Default text which will be used for not defined colors.
    See Also