←Select platform

IsVolatileElement Method

Summary

Determines whether the specified element is volatile.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsVolatileElement( 
   DicomElement element 
) 
Public Function IsVolatileElement( _ 
   ByVal element As Leadtools.Dicom.DicomElement _ 
) As Boolean 
public bool IsVolatileElement(  
   Leadtools.Dicom.DicomElement element 
) 
public boolean isVolatileElement(DicomElement element) 
 function Leadtools.Dicom.DicomDataSet.IsVolatileElement(  
   element  
) 
public: 
bool IsVolatileElement(  
   Leadtools.Dicom.DicomElement^ element 
)  

Parameters

element
An item in the Data Set.

Return Value

true if the element is volatile; 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