Harness proD API Help
EPLAN.Harness.API.Settings.Common Namespace / ApiUvBoolToColorProcessor Class / ApiUvBoolToColorProcessor Constructor
Color to which will be converted the False value from input.
Color to which will be converted the True value from input.
In This Topic
    ApiUvBoolToColorProcessor Constructor
    In This Topic
    Creates new processor.
    Syntax
    public ApiUvBoolToColorProcessor( 
       Color falseColor,
       Color trueColor
    )

    Parameters

    falseColor
    Color to which will be converted the False value from input.
    trueColor
    Color to which will be converted the True value from input.
    See Also