BrowseItemBaseSearchFlags Enumeration |
Search control flags.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
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