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

AF SDK Reference

Product Family
Current publication
Table of Contents

AFTimeRule.AnalysisTemplate Property

AFTimeRule.AnalysisTemplate Property
This property returns the analysis template that owns this object.

Namespace:  OSIsoft.AF.Time
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156

Syntax

public virtual AFAnalysisTemplate AnalysisTemplate { get; set; }
Public Overridable Property AnalysisTemplate As AFAnalysisTemplate
	Get
	Set

Dim instance As AFTimeRule
Dim value As AFAnalysisTemplate

value = instance.AnalysisTemplate

instance.AnalysisTemplate = value
public:
virtual property AFAnalysisTemplate^ AnalysisTemplate {
	AFAnalysisTemplate^ get ();
	void set (AFAnalysisTemplate^ value);
}
abstract AnalysisTemplate : AFAnalysisTemplate with get, set
override AnalysisTemplate : AFAnalysisTemplate with get, set

Property Value

Type: AFAnalysisTemplate
Returns the analysis template that owns this object.

Remarks

If this object is owned by an AFAnalysisTemplate, then this property will be defined and the Analysis property will be null. If this object is owned by an AFAnalysis, then this property will be null and the Analysis property will be defined.

This property is set by the AF SDK after the instance has been created. An implementation of a plugin can override the set method to perform any initialization that is necessary.

Version Information

AFSDK


See Also

Was this topic helpful?