Value(Int32,Int32) Method
In This Topic
Returns the value of the specified Data Element
Syntax
'Declaration
Public Overloads Function Value( _
ByVal As System.Integer, _
ByVal 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)
public System.object Value(
System.int ,
System.int
)
public function Value(
: System.Integer;
: System.Integer
): System.TObject;
public function Value(
: System.int,
: System.int
) : System.Object;
public: System.Object* Value(
System.int ,
System.int
)
public:
System.Object^ Value(
System.int ,
System.int
)
Parameters
- group
The group index of the specified Data Element
- element
The element index of the specified Data Element
Return Value
object
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also