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