←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly