AFPathToken.PointID Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int PointID { get; }
Public ReadOnly Property PointID As Integer Get Dim instance As AFPathToken Dim value As Integer value = instance.PointID
public: property int PointID { int get (); }
member PointID : int with get