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

AF SDK Reference

AFEventFrame.GetParents Method (AFReferenceType)

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFEventFrame.GetParents Method (AFReferenceType)
Retrieves a collection of AFEventFrame objects that reference this event frame using the specified AFReferenceType.

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

Syntax

public AFNamedCollectionList<AFEventFrame> GetParents(
	AFReferenceType refType
)
Public Function GetParents ( 
	refType As AFReferenceType
) As AFNamedCollectionList(Of AFEventFrame)

Dim instance As AFEventFrame
Dim refType As AFReferenceType
Dim returnValue As AFNamedCollectionList(Of AFEventFrame)

returnValue = instance.GetParents(refType)
public:
AFNamedCollectionList<AFEventFrame^>^ GetParents(
	AFReferenceType^ refType
)
member GetParents : 
        refType : AFReferenceType -> AFNamedCollectionList<AFEventFrame> 

Parameters

refType
Type: OSIsoft.AF.AssetAFReferenceType
The AFReferenceType used when determining if a returned AFEventFrame references this event frame.

Return Value

Type: AFNamedCollectionListAFEventFrame
Returns a collection containing the specified page of AFEventFrame objects which reference this event frame using the specified AFReferenceType.

Version Information

AFSDK


See Also

In This Topic
Related Links