←Select platform

GetKeyValueString Method

Summary

Gets the key element type of the specified key element.

Syntax
C#
VB
C++
Java
public string GetKeyValueString( 
   DicomElement element 
) 
Public Function GetKeyValueString( _ 
   ByVal element As DicomElement _ 
) As String 
public String getKeyValueString(DicomElement element) 
public: 
String^ GetKeyValueString(  
   DicomElement^ element 
)  

Parameters

element
A key element.

Return Value

The key element type of the specified key element.

Example

For an example, refer to Reset.

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