Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PIServer.GetPointAttributeNames Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIServer.GetPointAttributeNames Method
Get the list of PIPoint attributes names for the PIServer.

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: ICollectionString
Returns 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.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in