Click or drag to resize

SeriesDefinitionHasElement Method

Determines whether an element identified by the given tag exists in this object's physical structure.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public bool HasElement(
	Guid tag
)
View Source

Parameters

tag  Guid
The tag of the element to search for.

Return Value

Boolean
True if the element exists; false otherwise.
See Also