|
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.207-beta
Syntax function HasElement(tag);
View SourceParameters
- tag Guid
- The tag of the element to search for.
Return Value
BooleanTrue if the element exists; false otherwise.
See Also