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

    Parameter NameDescription
    oObjectsInSearchResultsObjects found by a Search class for which we are replacing text.
    strTextToFindText that we want to find.
    strReplaceWithText 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.
    Thrown if the method finished with errors.
    See Also