AFAttribute.FindAttribute Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Retrieves the AFAttribute object.
Overload List
| Name | Description | |
|---|---|---|
| FindAttribute(String, AFObject) |
Retrieves the AFAttribute object identified by the path string relative to
the specified object.
| |
| FindAttribute(AFBaseElement, AFAttributeTemplate) |
Retrieves the AFAttribute object created from the specified
AFAttributeTemplate.
| |
| FindAttribute(AFBaseElement, Guid) |
Retrieves the AFAttribute with the specified unique identifier.
|