'Declaration
Public Overloads ReadOnly Property Item( _ ByVal Group As Integer, _ ByVal Element As Integer _ ) As DicomAttribute
'Usage
Dim instance As DicomImage Dim Group As Integer Dim Element As Integer Dim value As DicomAttribute value = instance.Item(Group, Element)
public DicomAttribute Item( int Group, int Element ) {get;}
public: property DicomAttribute^ Item { DicomAttribute^ get(int Group, int Element); }
Parameters
- Group
The group index of a data element.
- Element
The element index of a data element.