←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 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.