SearchCursor.replaceAll method
SearchCursor › replaceAll
Unofficial
Replace all search results with specified text.Signature:
replaceAll(replacement: string, origin: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| replacement | string | The text to replace with. |
| origin | string | The origin identifier for the change. |
Returns: void