←Select platform

IsVolatileElement Method

Summary

Determines whether the specified element is volatile.

Syntax
C#
VB
C++
Java
public bool IsVolatileElement( 
   DicomElement element 
) 
Public Function IsVolatileElement( _ 
   ByVal element As DicomElement _ 
) As Boolean 
public boolean isVolatileElement(DicomElement element) 
public: 
bool IsVolatileElement(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly