←Select platform

Exists Method

Summary

Determines whether the specified class is valid.

Syntax

C#
VB
Java
WinRT C#
C++
public bool Exists( 
   DicomUid uid 
) 
Public Function Exists( _ 
   ByVal uid As Leadtools.Dicom.DicomUid _ 
) As Boolean 
public bool Exists(  
   Leadtools.Dicom.DicomUid uid 
) 
public boolean exists(DicomUid uid) 
 function Leadtools.Dicom.DicomUidTable.Exists(  
   uid  
) 
public: 
bool Exists(  
   Leadtools.Dicom.DicomUid^ uid 
)  

Parameters

uid
A DicomUid class

Return Value

true if the class is valid, false if the class is not valid.

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