PIPointClass.GetAttributes Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Get the list of PIPoint attribute values for this PIPointClass.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.