AFDataReference.CreateConfig Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Executes the create configuration function of the data references.
Overload List
| Name | Description | |
|---|---|---|
| CreateConfig |
This method is invoked by the user to update the attribute configuration relative to a foreign system.
| |
| CreateConfig(AFDatabase, EventHandlerAFProgressEventArgs) |
Executes the create configuration function of the data references found
within the attributes and its children of a database.
| |
| CreateConfig(PISystem, EventHandlerAFProgressEventArgs) |
Executes the create configuration function of the data references found
within the attributes and its children of a PI System.
| |
| CreateConfig(IList, Boolean, EventHandlerAFProgressEventArgs) |
Executes the create configuration function of the data references found
within the list of attributes and or elements.
| |
| CreateConfig(AFAttribute, Boolean, EventHandlerAFProgressEventArgs) |
Executes the create configuration function of the data reference found
within the specified attribute, and optionally, any child attributes.
| |
| CreateConfig(AFBaseElement, Boolean, EventHandlerAFProgressEventArgs) |
Executes the create configuration function of the data references found
within the attributes of the element, and optionally, its children.
|
See Also
In This Topic
Related Links
- CreateConfig Method
- CreateConfig Method (AFDatabase, EventHandler(AFProgressEventArgs))
- CreateConfig Method (PISystem, EventHandler(AFProgressEventArgs))
- CreateConfig Method (IList, Boolean, EventHandler(AFProgressEventArgs))
- CreateConfig Method (AFAttribute, Boolean, EventHandler(AFProgressEventArgs))
- CreateConfig Method (AFBaseElement, Boolean, EventHandler(AFProgressEventArgs))