Click or drag to resize

TagGetTag Method

Gets the tag identified by the given globally unique identifier.

Namespace: GSF.PQDIF
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static Tag GetTag(
	Guid id
)
View Source

Parameters

id  Guid
The globally unique identifier for the tag to be retrieved.

Return Value

Tag
The tag, if defined, or null if the tag is not found.
See Also