PIPointClass.GetAttributeValue Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get the PIPoint attribute value for the specified attribute name.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Object GetAttributeValue( string name )
Public Function GetAttributeValue ( name As String ) As Object Dim instance As PIPointClass Dim name As String Dim returnValue As Object returnValue = instance.GetAttributeValue(name)
public: Object^ GetAttributeValue( String^ name )
member GetAttributeValue : name : string -> Object
Parameters
- name
- Type: SystemString
The name of the PIPoint attribute value to be returned.
Return Value
Type: ObjectReturns the PIPoint attribute value specified by the name parameter.
Remarks
This method returns the value of the PIPoint attribute value
for the specified attribute name.