'Declaration Public Overloads Function Value( _ ByVal group As Integer, _ ByVal element As Integer _ ) As Object
'Usage Dim instance As DicomDataSet Dim group As Integer Dim element As Integer Dim value As Object value = instance.Value(group, element)
Parameters
- group
The group index of the specified Data Element
- element
The element index of the specified Data Element
Return Value
object