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

AF SDK Reference

PIPointClass.GetAttributes Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPointClass.GetAttributes Method
Get the list of PIPoint attribute values for this PIPointClass.

Namespace:  OSIsoft.AF.PI
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public IDictionary<string, Object> GetAttributes()
Public Function GetAttributes As IDictionary(Of String, Object)

Dim instance As PIPointClass
Dim returnValue As IDictionary(Of String, Object)

returnValue = instance.GetAttributes()
public:
IDictionary<String^, Object^>^ GetAttributes()
member GetAttributes : unit -> IDictionary<string, Object> 

Return Value

Type: IDictionaryString, Object
Returns a dictionary of the attribute values for this PIPointClass. The dictionary key is the name of the attribute and the dictionary value is the attribute value.

Remarks

The returned dictionary contains all the PIPoint attribute values for this PIPointClass.

Version Information

AFSDK


See Also

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