Sets the values under the "Numeric Value" (0040,A30A) element.
Public Overloads Sub SetNumericValue( _
ByVal value As IntPtr, _
ByVal length As Integer _
)
function Leadtools.Dicom.DicomWaveformAnnotation.SetNumericValue(IntPtr,Int32)(
value ,
length
)
public:
void SetNumericValue(
IntPtr value,
int length
)
value
Pointer to a buffer that contains the values to set.
length
Size of the specified buffer. NumericValueCount is updated with this value.
The values set using this methods will be ignored if UnformattedTextValue is not a null reference (Nothing in VB).
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET