PIServer.GetPointAttributeNames Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public ICollection<string> GetPointAttributeNames()
Public Function GetPointAttributeNames As ICollection(Of String) Dim instance As PIServer Dim returnValue As ICollection(Of String) returnValue = instance.GetPointAttributeNames()
public: ICollection<String^>^ GetPointAttributeNames()
member GetPointAttributeNames : unit -> ICollection<string>
Return Value
Type: ICollectionStringReturns a list of the PIPoint attribute names for the PIServer.
Remarks
This method returns a list of the PIPoint attribute names for the PIServer.
These attribute names are defined by the available PIPointClass objects on the PIServer.