Click or drag to resize

CollectionElementGetVectorByTag Method

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

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

Parameters

tag  Guid
The tag to search by.

Return Value

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