←Select platform

ExistsElement Method

Summary

Determines whether the specified object is valid.

Syntax

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

Leadtools.Dicom Assembly