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

AF SDK Reference

AFEventFrame.Analysis Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFEventFrame.Analysis Property
The AFAnalysis which created this object.

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

Syntax

public AFAnalysis Analysis { get; set; }
Public Property Analysis As AFAnalysis
	Get
	Set

Dim instance As AFEventFrame
Dim value As AFAnalysis

value = instance.Analysis

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

Property Value

Type: AFAnalysis
Returns the AFAnalysis which created this object.

Remarks

The FindEventFramesByAnalysis Overload method can be used to find the AFEventFrame objects that have this property set to the specified AFAnalysis. The value of this property is automatically set when using the one of the following constructors: AFEventFrame(AFDatabase, String, AFElementTemplate, AFAnalysis, Boolean), AFTransfer(AFDatabase, String, AFElementTemplate, AFAnalysis, Boolean), or any of the AFCase Overload.

This property can only be set once for a new AFEventFrame or AFTransfer that has not been saved to the server. Once it has been set or saved to the server, this property cannot be modified. If this property is set for a temporary AFEventFrame or AFTransfer, then its IsTemporary flag will be cleared and it will no longer be a temporary object. The PrimaryReferencedElement will be set to the Target of the specified analysis.

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, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6

See Also

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