AFAttribute Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Dynamically create an AFAttribute that is not associated
with an AFBaseElement.
Overload List
| Name | Description | |
|---|---|---|
| AFAttribute(String) |
Dynamically create an AFAttribute that is not associated
with an AFBaseElement or PISystem and has
an AFDataReference configured from the specified dynamic
attribute path.
| |
| AFAttribute(AFDatabase) |
Dynamically create an AFAttribute that is not associated
with an AFBaseElement and does not have a
AFDataReference configured.
| |
| AFAttribute(PIPoint) |
Dynamically create an AFAttribute that is not associated
with an AFBaseElement and has an AFDataReference
configured from the specified PIPoint.
| |
| AFAttribute(AFDatabase, String) |
Dynamically create an AFAttribute that is not associated
with an AFBaseElement and has an AFDataReference
configured from the specified dynamic attribute path.
|