←Select platform

Exists Method

Summary
Determines whether the specified tag exists.
Syntax
C#
VB
C++
Java
public bool Exists( 
   DicomTag tag 
) 
Public Function Exists( _ 
   ByVal tag As DicomTag _ 
) As Boolean 
public boolean exists(DicomTag tag) 
public: 
bool Exists(  
   DicomTag^ tag 
)  

Parameters

tag
The tag to check

Return Value

True if the tag exists; otherwise, false.

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.