'DeclarationPublic Overloads ReadOnly Property Item( _ ByVal Group As System.Integer, _ ByVal Element As System.Integer _ ) As DicomAttribute
public DicomAttribute Item( System.int Group, System.int Element ) {get;}
Parameters
- Group
The group index of a data element.
- Element
The element index of a data element.