PIDataPipe.AsReadOnly Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns a read only list of PIPoint objects currently monitored by the data pipe.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<PIPoint> AsReadOnly()
Public Function AsReadOnly As IList(Of PIPoint) Dim instance As PIDataPipe Dim returnValue As IList(Of PIPoint) returnValue = instance.AsReadOnly()
public: IList<PIPoint^>^ AsReadOnly()
member AsReadOnly : unit -> IList<PIPoint>
Return Value
Type: IListPIPointA list of PIPoint objects.