AFAnalysisTemplate.Target Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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: AFElementTemplateReturns 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.