Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAnalysisRule.SimplifiedVariableMapping Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisRule.SimplifiedVariableMapping Property
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.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in