'Declaration
Public Overloads Overridable ReadOnly Property Item( _ ByVal group As System.Integer, _ ByVal element As System.Integer _ ) As DicomAttribute
'Usage
Dim instance As DicomDataSet Dim group As System.Integer Dim element As System.Integer Dim value As DicomAttribute value = instance.Item(group, element)
public virtual DicomAttribute Item( System.int group, System.int element ) {get;}
public read-only property Item( group: System.Integer; element: System.Integer ): DicomAttribute; virtual;
public function get Item( group : System.int, element : System.int ) : DicomAttribute
public: __property virtual DicomAttribute* get_Item( System.int group, System.int element );
public: virtual property DicomAttribute^ Item { DicomAttribute^ get(System.int group, System.int element); }
Parameters
- group
The group index of a data element.
- element
The element index of a data element.