AFObject.FindObjects Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Finds a list of objects identified by the path.
Overload List
| Name | Description | |
|---|---|---|
| FindObjects(String) |
Finds a list of objects identified by the full path.
| |
| FindObjects(String, AFObject) |
Finds a list of objects identified by the path, relative from the specified object.
| |
| FindObjects(IListAFPathToken, AFObject) |
Finds a list of objects identified by the list of parsed path tokens relative from an optional object.
|