Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / Replace Method
Objects found by a Search class for which we are replacing text.
Text that we want to find.
Text that we want to replace with.

In This Topic
    Replace Method
    In This Topic
    Replaces text in a searched objects.
    Syntax

    Parameters

    oObjectsInSearchResults
    Objects found by a Search class for which we are replacing text.
    strTextToFind
    Text that we want to find.
    strReplaceWith
    Text that we want to replace with.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    Thrown in case of invalid arguments, e.g. the passed objects are not valid.
    The method finished with errors.
    See Also