Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFDatabase.Analyses Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDatabase.Analyses Property

Note: This API is now obsolete.

Gets the collection of analyses maintained by the AFDatabase.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

[BrowsableAttribute(false)]
[ObsoleteAttribute("Replace with AFAnalysis.FindAnalyses.")]
public AFAnalyses Analyses { get; }
<BrowsableAttribute(false)>
<ObsoleteAttribute("Replace with AFAnalysis.FindAnalyses.")>
Public ReadOnly Property Analyses As AFAnalyses
	Get

Dim instance As AFDatabase
Dim value As AFAnalyses

value = instance.Analyses
public:
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"Replace with AFAnalysis.FindAnalyses.")]
property AFAnalyses^ Analyses {
	AFAnalyses^ get ();
}
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("Replace with AFAnalysis.FindAnalyses.")>]
member Analyses : AFAnalyses with get

Property Value

Type: AFAnalyses
The collection of analyses maintained by the AFDatabase.

Remarks

This collection contains all the available analyses in the AFDatabase. Create a new analysis by calling one of the AFAnalysesAdd methods.

Version Information

AFSDK

Obsolete (compiler warning) in 3.1.1
Obsolete (compiler warning) in 3.1.0
Obsolete (compiler warning) in 3.0.2
Obsolete (compiler warning) in 3.0.1
Obsolete (compiler warning) in 3.0.0
Obsolete (compiler warning) in 2.10.11
Obsolete (compiler warning) in 2.10.5
Obsolete (compiler warning) in 2.10.0
Obsolete (compiler warning) in 2.10
Obsolete (compiler warning) in 2.9.5
Obsolete (compiler warning) in 2.9
Obsolete (compiler warning) in 2.8.5
Obsolete (compiler warning) in 2.8
Obsolete (compiler warning) in 2.7.5
Obsolete (compiler warning) in 2.7
Obsolete (compiler warning) in 2.6
Obsolete (compiler warning) in 2.5
Obsolete (compiler warning) in 2.4

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in