PIDataPipe.AsReadOnly Method
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.