'Declaration
Public Overloads Function Value( _ ByVal group As System.Integer, _ ByVal element As System.Integer _ ) As System.Object
'Usage
Dim instance As DicomDataSet Dim group As System.Integer Dim element As System.Integer Dim value As System.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