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