AFAttributeSearch Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Creates an instance of an AFAttributeSearch to search
for AFAttribute objects that belong to either an AFElement
or AFEventFrame.
Overload List
| Name | Description | |
|---|---|---|
| AFAttributeSearch(AFDatabase, String, IListAFSearchToken) | Obsolete.
Creates an instance of anAFAttributeSearch to search
for AFAttribute objects that belong to either an AFElement
or AFEventFrame using the specified list of search tokens.
| |
| AFAttributeSearch(AFDatabase, String, IListAFSearchTokenBase) |
Creates an instance of anAFAttributeSearch to search
for AFAttribute objects that belong to either an AFElement
or AFEventFrame using the specified list of search tokens.
| |
| AFAttributeSearch(AFDatabase, String, String) |
Creates an instance of anAFAttributeSearch to search
for AFAttribute objects that belong to either an AFElement
or AFEventFrame using the specified search query
string.
| |
| AFAttributeSearch(AFDatabase, String, AFEventFrameSearchMode, AFTime, String) |
Creates an instance of an AFAttributeSearch to search
for AFAttribute objects using the specified AFEventFrameSearchMode,
time and optional search query string.
| |
| AFAttributeSearch(AFDatabase, String, AFSearchMode, AFTime, AFTime, String) |
Creates an instance of an AFAttributeSearch to search
for AFAttribute objects using the specified AFSearchMode,
times and optional search query string.
|
See Also
In This Topic
Related Links
- AFAttributeSearch Constructor (AFDatabase, String, IList(AFSearchToken))
- AFAttributeSearch Constructor (AFDatabase, String, IList(AFSearchTokenBase))
- AFAttributeSearch Constructor (AFDatabase, String, String)
- AFAttributeSearch Constructor (AFDatabase, String, AFEventFrameSearchMode, AFTime, String)
- AFAttributeSearch Constructor (AFDatabase, String, AFSearchMode, AFTime, AFTime, String)