Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomDataSet Class : SetTimeRangeValue Method |
public bool SetTimeRangeValue( DicomElement element, DicomTimeRangeValue[] value )
'Declaration
Public Function SetTimeRangeValue( _ ByVal element As DicomElement, _ ByVal value() As DicomTimeRangeValue _ ) As Boolean
'Usage
Dim instance As DicomDataSet Dim element As DicomElement Dim value() As DicomTimeRangeValue Dim value As Boolean value = instance.SetTimeRangeValue(element, value)
public bool SetTimeRangeValue( DicomElement element, DicomTimeRangeValue[] value )
public boolean setTimeRangeValue(DicomElement element, DicomTimeRangeValue[] values)
public: bool SetTimeRangeValue( DicomElement^ element, array<DicomTimeRangeValue>^ value )