Click or drag to resize

QuantityTypeIsQuantityTypeID Method

Determines whether the given ID is a quantity type ID.

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

Parameters

id  Guid
The ID to be tested.

Return Value

Boolean
True if the given ID is a quantity type ID; false otherwise.
See Also