'Declaration
Public Overloads ReadOnly Property Item( _ ByVal Group As System.Integer, _ ByVal Element As System.Integer _ ) As DicomAttribute
'Usage
Dim instance As DicomImage Dim Group As System.Integer Dim Element As System.Integer Dim value As DicomAttribute value = instance.Item(Group, Element)
public DicomAttribute Item( System.int Group, System.int Element ) {get;}
public read-only property Item( Group: System.Integer; Element: System.Integer ): DicomAttribute;
public function get Item( Group : System.int, Element : System.int ) : DicomAttribute
public: __property DicomAttribute* get_Item( System.int Group, System.int Element );
public: 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.