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
Exception | Description |
ArgumentNullException | Thrown if null was
passed as an
argument. |
ArgumentException | Thrown in case of
invalid arguments,
e.g. the passed objects are
not valid. |
Eplan.EplApi.Base.BaseException | The method finished
with errors. |
See Also