Harness proD API Help
EPLAN.Harness.API.Settings.Common Namespace / ApiUvStringToColorProcessor Class / Colors Property
In This Topic
    Colors Property (ApiUvStringToColorProcessor)
    In This Topic
    List of text to color conversions. Defines which text will be converted to which color. Each text can be used only once.
    Syntax
    public IList<ValueTuple<string,Color>> Colors {get;}
    Exceptions
    ExceptionDescription
    Thrown when the list already contains the text.
    See Also