Click or drag to resize

CollectionElementRemoveElementsByTag Method

Removes all elements identified by the given tag from the collection.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void RemoveElementsByTag(
	Guid tag
)
View Source

Parameters

tag  Guid
The tag of the elements to be removed.
See Also