←Select platform

Exists Method

Summary

Determines whether DicomContextGroup object that specifies a Context Group in the Context Group Table is valid or not.

Syntax
C#
VB
C++
public bool Exists( 
   DicomContextGroup contextGroup 
) 
Public Function Exists( _ 
   ByVal contextGroup As DicomContextGroup _ 
) As Boolean 
public: 
bool Exists(  
   DicomContextGroup^ contextGroup 
)  

Parameters

contextGroup
DicomContextGroup object to be tested

Return Value

true, the specified Context Group is valid in the Context Group Table. false, the specified Context Group is not valid in the Context Group Table.

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