|   | SeriesDefinitionHasElement Method | 
        
        
            Determines whether an element identified by the
            given tag exists in this object's physical structure.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool HasElement(
	Guid tag
)
Public Function HasElement ( 
	tag As Guid
) As Boolean
public:
bool HasElement(
	Guid tag
)
member HasElement : 
        tag : Guid -> bool function HasElement(tag);
Parameters
- tag  Guid
- The tag of the element to search for.
Return Value
BooleanTrue if the element exists; false otherwise.
 See Also
See Also