←Select platform

SetNumericValue(IntPtr,int) Method

Summary

Sets the values under the "Numeric Value" (0040,A30A) element.

Syntax

C#
VB
WinRT C#
C++
public void SetNumericValue( 
   IntPtr value, 
   int length 
) 
Public Overloads Sub SetNumericValue( _ 
   ByVal value As IntPtr, _ 
   ByVal length As Integer _ 
)  
public void SetNumericValue(  
   IntPtr value, 
   int length 
) 
 function Leadtools.Dicom.DicomWaveformAnnotation.SetNumericValue(IntPtr,Int32)(  
   value , 
   length  
) 
public: 
void SetNumericValue(  
   IntPtr value, 
   int length 
)  

Parameters

value
Pointer to a buffer that contains the values to set.

length
Size of the specified buffer. NumericValueCount is updated with this value.

Remarks

The values set using this methods will be ignored if UnformattedTextValue is not a null reference (Nothing in VB).

Example

For an example, refer to WaveformGroupCount.

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