'Declaration
Public Overloads Overridable ReadOnly Property Item( _ ByVal group As Integer, _ ByVal element As Integer _ ) As DicomAttribute
'Usage
Dim instance As DicomDataSet Dim group As Integer Dim element As Integer Dim value As DicomAttribute value = instance.Item(group, element)
public virtual DicomAttribute Item( int group, int element ) {get;}
public: virtual 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.