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

AF SDK Reference

PIPointClass.GetAttributeValue Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPointClass.GetAttributeValue Method
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: Object
Returns 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.

Version Information

AFSDK


See Also

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