←Select platform

Exists Method

Summary

Determines whether the specified class is valid.

Syntax
C#
VB
C++
Java
public bool Exists( 
   DicomUid uid 
) 
Public Function Exists( _ 
   ByVal uid As DicomUid _ 
) As Boolean 
public boolean exists(DicomUid uid) 
public: 
bool Exists(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly