PIPointClass.GetAttributes Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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, ObjectReturns 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.