Click or drag to resize

CollectionElementGetScalarByTag Method

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

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

Parameters

tag  Guid
The tag to search by.

Return Value

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