Skip to content

SearchCursor.replaceAll method

SearchCursor › replaceAll

Unofficial

Replace all search results with specified text.

Signature:

replaceAll(replacement: string, origin: string): void

Parameters:

ParameterTypeDescription
replacementstringThe text to replace with.
originstringThe origin identifier for the change.

Returns: void