AFModelAnalysis Constructor (AFDatabase)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the class with default values.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFModelAnalysis( AFDatabase database )
Public Sub New ( database As AFDatabase ) Dim database As AFDatabase Dim instance As New AFModelAnalysis(database)
public: AFModelAnalysis( AFDatabase^ database )
new : database : AFDatabase -> AFModelAnalysis
Parameters
- database
- Type: OSIsoft.AFAFDatabase
The new AFModelAnalysis is added to the specified AFDatabase.
Remarks
The instance of the class created using this constructor does not belong
to any collection. To add the object to a collection, use the collection's
Add method.