AFAnalysisRule.SimplifiedVariableMapping Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property represents a simplified view of the current variable mapping for the Analysis Rule.
Setting this property will update the VariableMapping string with updated IDs.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string SimplifiedVariableMapping { get; set; }
Public Property SimplifiedVariableMapping As String Get Set Dim instance As AFAnalysisRule Dim value As String value = instance.SimplifiedVariableMapping instance.SimplifiedVariableMapping = value
public: property String^ SimplifiedVariableMapping { String^ get (); void set (String^ value); }
member SimplifiedVariableMapping : string with get, set
Property Value
Type: String
Remarks
This property does extra work to update the VariableMapping and remove extra information like IDs.
Getting or setting this property could be more expensive than VariableMapping.