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