←Select platform

ExistsElement Method

Summary
Determines whether the specified object is valid.
Syntax
C#
VB
C++
Java
public bool ExistsElement( 
   DicomElement element 
) 
Public Function ExistsElement( _ 
   ByVal element As DicomElement _ 
) As Boolean 
public boolean existsElement(DicomElement element) 
public: 
bool ExistsElement(  
   DicomElement^ element 
)  

Parameters

element
A DicomElement object.

Return Value

true if the specified object is valid; otherwise, false.

Example

For an example, refer to Load.

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.