AFProgressEventArgs.CurrentPosition Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The position in the line from the source file associated with this progress update, if any.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int CurrentPosition { get; set; }
Public Property CurrentPosition As Integer Get Set Dim instance As AFProgressEventArgs Dim value As Integer value = instance.CurrentPosition instance.CurrentPosition = value
public: property int CurrentPosition { int get (); void set (int value); }
member CurrentPosition : int with get, set
Property Value
Type: Int32Returns the number of the current position within the current line.