AFAnalysis.RemoveCase Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Removes an existing AFCase from the analysis.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void RemoveCase( AFCase item )
Public Sub RemoveCase ( item As AFCase ) Dim instance As AFAnalysis Dim item As AFCase instance.RemoveCase(item)
public: void RemoveCase( AFCase^ item )
member RemoveCase : item : AFCase -> unit
Parameters
- item
- Type: OSIsoft.AF.AnalysisAFCase
The AFCase to be removed the analysis.