Click or drag to resize

RecordGetRecordType Method

Gets the RecordType identified by the given tag.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static RecordType GetRecordType(
	Guid recordTypeTag
)
View Source

Parameters

recordTypeTag  Guid
The tag of the RecordType.

Return Value

RecordType
The RecordType identified by the given tag.
See Also