PIServer.PointClasses Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is the PIPointClass collection of the PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PIPointClasses PointClasses { get; }
Public ReadOnly Property PointClasses As PIPointClasses Get Dim instance As PIServer Dim value As PIPointClasses value = instance.PointClasses
public: property PIPointClasses^ PointClasses { PIPointClasses^ get (); }
member PointClasses : PIPointClasses with get
Property Value
Type: PIPointClassesReturns the current collection of PIPointClass objects for the PIServer.