|   | 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.257-beta
 Syntax
Syntaxpublic void RemoveElement(
	Guid tag
)
Public Sub RemoveElement ( 
	tag As Guid
)
public:
void RemoveElement(
	Guid tag
)
member RemoveElement : 
        tag : Guid -> unit function RemoveElement(tag);
Parameters
- tag  Guid
- The tag of the element to be removed.
 See Also
See Also