←Select platform

SetBinaryValue(DicomElement,IntPtr,int) Method

Summary

Sets the binary value of an element.

Syntax

C#
VB
WinRT C#
C++
public bool SetBinaryValue( 
   DicomElement element, 
   IntPtr value, 
   int length 
) 
Public Overloads Function SetBinaryValue( _ 
   ByVal element As Leadtools.Dicom.DicomElement, _ 
   ByVal value As IntPtr, _ 
   ByVal length As Integer _ 
) As Boolean 
public bool SetBinaryValue(  
   Leadtools.Dicom.DicomElement element, 
   IntPtr value, 
   int length 
) 
 function Leadtools.Dicom.DicomDataSet.SetBinaryValue(DicomElement,IntPtr,Int32)(  
   element , 
   value , 
   length  
) 
public: 
bool SetBinaryValue(  
   Leadtools.Dicom.DicomElement^ element, 
   IntPtr value, 
   int length 
)  

Parameters

element
An item in the Data Set.

value
Buffer that contains the binary value to set.

length
Value that represents the length, in bytes, of the buffer you allocated.

Return Value

true if the binary value of the Data Element was set successfully. false if could not set the binary value of the Data Element.

Remarks

This method overwrites the value of the Data Element. The Value Length of the Data Element is then equal to length.

Example

For an example, refer to SetIntValue.

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