←Select platform

GetKeyValueString Method

Summary

Gets the key element type of the specified key element.

Syntax

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

Leadtools.Dicom Assembly