AFVariableMappingData Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Immutable type that defines a attribute that can be used in an analysis.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.AnalysisAFVariableMappingData
OSIsoft.AF.AnalysisAFVariableMappingData
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFVariableMappingData
Public NotInheritable Class AFVariableMappingData Dim instance As AFVariableMappingData
public ref class AFVariableMappingData sealed
[<SealedAttribute>] type AFVariableMappingData = class end
The AFVariableMappingData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFVariableMappingData(String) |
Create a mapping to an XPath
| |
| AFVariableMappingData(AFAttribute) |
Create a mapping to an absolute attribute
| |
| AFVariableMappingData(AFAttributeTemplate) |
Create a mapping to an attribute template
| |
| AFVariableMappingData(PIPoint) |
Create a mapping to an absolute PIPoint.
| |
| AFVariableMappingData(AFAttribute, AFObject) |
Create a mapping to a target relative attribute
| |
| AFVariableMappingData(PIPoint, Boolean) |
Create a mapping to a PIPoint.
|
Properties
| Name | Description | |
|---|---|---|
| MappedID |
Get the specified GUID
| |
| MappedPath |
Get the specified path
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns the serialized form of this variable mapping.
(Overrides ObjectToString.) |