BrowseItemBaseSearchFlags Enumeration |
Search control flags.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxprotected enum SearchFlags
Members| Member name | Value | Description |
|---|
| DeepSearchExcludingArrays | 0 |
Searches every symbol for one with a name that matches exactly the symbol name, but
does not search through arrays.
|
| DeepSeach | 1 |
Searches every symbol for one with a name that matches exactly the symbol name.
|
| DirectedSearch | 2 |
The symbol name is a dot separated path traversing the symbol table.
|
See Also