|
DataSourceRecordRemoveElement Method
|
Removes the element identified by the given tag from the record.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.205-beta
Syntax public void RemoveElement(
Guid tag
)
Public Sub RemoveElement (
tag As Guid
)
public:
void RemoveElement(
Guid tag
)
member RemoveElement :
tag : Guid -> unit
function RemoveElement(tag);
View SourceParameters
- tag Guid
- The tag of the element to be removed.
See Also