←Select platform

Exists Method

Summary

Determines whether the specified VR exists.

Syntax

C#
VB
Java
WinRT C#
C++
public bool Exists( 
   DicomVR vr 
) 
Public Function Exists( _ 
   ByVal vr As Leadtools.Dicom.DicomVR _ 
) As Boolean 
public bool Exists(  
   Leadtools.Dicom.DicomVR vr 
) 
public boolean exists(DicomVr vr) 
 function Leadtools.Dicom.DicomVRTable.Exists(  
   vr  
) 
public: 
bool Exists(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly