Click or drag to resize

CollectionElementGetElementsByTag Method

Gets the elements whose tag matches the one given as a parameter.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public IEnumerable<Element> GetElementsByTag(
	Guid tag
)
View Source

Parameters

tag  Guid
The tag of the elements to be retrieved.

Return Value

IEnumerableElement
An IEnumerableT of Elements identified by the given tag.
See Also