Click or drag to resize

TagGenerateTags Method

Generates a list of tags from the given XML document.

Namespace: GSF.PQDIF
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static List<Tag> GenerateTags(
	XDocument doc
)
View Source

Parameters

doc  XDocument
The XML document containing the tag definitions.

Return Value

ListTag
The list of tags as defined by the given XML document.
See Also