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

AF SDK Reference

AFCase Constructor (AFAnalysis, AFTime)

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFCase Constructor (AFAnalysis, AFTime)
Initializes a new instance of an AFCase with the specified start time.

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

Syntax

public AFCase(
	AFAnalysis analysis,
	AFTime startTime
)
Public Sub New ( 
	analysis As AFAnalysis,
	startTime As AFTime
)

Dim analysis As AFAnalysis
Dim startTime As AFTime

Dim instance As New AFCase(analysis, 
	startTime)
public:
AFCase(
	AFAnalysis^ analysis, 
	AFTime startTime
)
new : 
        analysis : AFAnalysis * 
        startTime : AFTime -> AFCase

Parameters

analysis
Type: OSIsoft.AF.AnalysisAFAnalysis
The new AFCase is added to the specified AFAnalysis.
startTime
Type: OSIsoft.AF.TimeAFTime
The starting time for the case.

Remarks

The new AFCase is automatically added to the specified analysis. The case's StartTime is initialized by the specified startTime.

Version Information

AFSDK


See Also

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