←Select platform

Exists Method

Summary

Determines whether the specified tag exists.

Syntax

C#
VB
Java
WinRT C#
C++
public bool Exists( 
   DicomTag tag 
) 
Public Function Exists( _ 
   ByVal tag As Leadtools.Dicom.DicomTag _ 
) As Boolean 
public bool Exists(  
   Leadtools.Dicom.DicomTag tag 
) 
public boolean exists(DicomTag tag) 
 function Leadtools.Dicom.DicomTagTable.Exists(  
   tag  
) 
public: 
bool Exists(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly