Click or drag to resize

DataSourceRecordRemoveElement Method

Removes the element identified by the given tag from the record.

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

Parameters

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