AFAnalysisRule.VariableMap Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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