'DeclarationPublic Overloads Overridable ReadOnly Property Item( _ ByVal group As System.Integer, _ ByVal element As System.Integer _ ) As DicomAttribute
public virtual 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.