←Select platform

Exists Method

Summary

Determines whether the specified VR exists.

Syntax
C#
VB
C++
Java
public bool Exists( 
   DicomVR vr 
) 
Public Function Exists( _ 
   ByVal vr As DicomVR _ 
) As Boolean 
public boolean exists(DicomVr vr) 
public: 
bool Exists(  
   DicomVR^ vr 
)  

Parameters

vr
The VR to check

Return Value

True if the VR exists; otherwise, false.

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