Click or drag to resize

CollectionElementGetCollectionByTag Method

Gets the element whose tag matches the one given as a parameter, type cast to CollectionElement.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public CollectionElement GetCollectionByTag(
	Guid tag
)
View Source

Parameters

tag  Guid
The tag to search by.

Return Value

CollectionElement
The element whose tag matches the one given, or null if no matching collection element exists.
See Also