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

AF SDK Reference

AFAnalysisTemplate.Target Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisTemplate.Target Property
The target of the analysis template.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public AFElementTemplate Target { get; set; }
Public Property Target As AFElementTemplate
	Get
	Set

Dim instance As AFAnalysisTemplate
Dim value As AFElementTemplate

value = instance.Target

instance.Target = value
public:
property AFElementTemplate^ Target {
	AFElementTemplate^ get ();
	void set (AFElementTemplate^ value);
}
member Target : AFElementTemplate with get, set

Property Value

Type: AFElementTemplate
Returns the target of the analysis template.

Remarks

When a new AFAnalysis is created from this analysis template, the Target of the new analysis is restricted to an AFElement created from the specified AFElementTemplate.

Version Information

AFSDK


See Also

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