PIPoint.Step Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The Step attribute for the PIPoint.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool Step { get; }
Public ReadOnly Property Step As Boolean Get Dim instance As PIPoint Dim value As Boolean value = instance.Step
public: property bool Step { bool get (); }
member Step : bool with get