AFAttribute.FindAttribute Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.
|