AFAnalysisRule.VariableMap Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
A collection of AFVariableMappingDatas defined for this AFAnalysisRule.
Modifying this collection is preferred to editing the VariableMapping string directly.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFVariableMap VariableMap { get; }
Public ReadOnly Property VariableMap As AFVariableMap Get Dim instance As AFAnalysisRule Dim value As AFVariableMap value = instance.VariableMap
public: property AFVariableMap^ VariableMap { AFVariableMap^ get (); }
member VariableMap : AFVariableMap with get