- value
- Pointer to a buffer that contains the values to set.
- length
- Size of the specified buffer. NumericValueCount is updated with this value.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub SetNumericValue( _ ByVal value As IntPtr, _ ByVal length As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformAnnotation Dim value As IntPtr Dim length As Integer instance.SetNumericValue(value, 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.
For an example, refer to DicomDataSet.WaveformGroupCount.
The values set using this methods will be ignored if UnformattedTextValue is not a null reference (Nothing in Visual Basic).
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)