Harness proD API Help
EPLAN.Harness.API.Settings.Common Namespace / UvPropertyTreeNameItem Class / Processors Property
In This Topic
    Processors Property
    In This Topic
    List of processors assigned to this property.
    Syntax
    public IList<ApiUvProcessor> Processors {get;}
    Exceptions
    ExceptionDescription
    Thrown when the processor cannot be added to the list of processors.
    Remarks
    Each processor's input type must match with output type of previous processor (or the property if there is no processor). The last processor's output type must be string.
    See Also