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

AF SDK Reference

AFAnalysis.AddCase Method (AFTime)

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysis.AddCase Method (AFTime)
The AddCase method creates a new AFCase for the analysis after the specified start time.

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

Syntax

public AFCase AddCase(
	AFTime startTime
)
Public Function AddCase ( 
	startTime As AFTime
) As AFCase

Dim instance As AFAnalysis
Dim startTime As AFTime
Dim returnValue As AFCase

returnValue = instance.AddCase(startTime)
public:
AFCase^ AddCase(
	AFTime startTime
)
member AddCase : 
        startTime : AFTime -> AFCase 

Parameters

startTime
Type: OSIsoft.AF.TimeAFTime
The time after which the new AFCase should be created.

Return Value

Type: AFCase
Returns the newly created AFCase that was added.

Version Information

AFSDK


See Also

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