AFAttribute.RawPIPointPath Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the path to the PIPoint that the attribute represents.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string RawPIPointPath( AFEncodeType encodeType )
Public Function RawPIPointPath ( encodeType As AFEncodeType ) As String Dim instance As AFAttribute Dim encodeType As AFEncodeType Dim returnValue As String returnValue = instance.RawPIPointPath(encodeType)
public: String^ RawPIPointPath( AFEncodeType encodeType )
member RawPIPointPath : encodeType : AFEncodeType -> string
Parameters
- encodeType
- Type: OSIsoft.AFAFEncodeType
Specifies how the path to the object is encoded. See AFEncodeType for details.
Return Value
Type: StringIf no PI Point is mapped for an attribute, then is returned.
Remarks
The call only returns a path when the PI Point Data Reference is used.
| This method, property, or class is not available in the .NET 8 version of the SDK. |