AFCase.CollectInputsTime Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the time that input values were last read
for the case analysis.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTime CollectInputsTime { get; }
Public ReadOnly Property CollectInputsTime As AFTime Get Dim instance As AFCase Dim value As AFTime value = instance.CollectInputsTime
public: property AFTime CollectInputsTime { AFTime get (); }
member CollectInputsTime : AFTime with get
Property Value
Type: AFTimeReturns the time that input values were last read for the case analysis.
Remarks
This property is updated every time the CollectInputs method is
called and returns without errors. If its value is AFTime.MinValue,
then the input values have not been collected.