DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / Item Property / Item(Int32,Int32) Property

The group index of a data element.

The element index of a data element.


In This Topic
    Item(Int32,Int32) Property
    In This Topic
    Provides access of all attributes of the dataset
    Syntax
    'Declaration
     
    
    Public 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.

    Remarks
    There are several possible indexers for a dataset, allowing both specific and sequential access.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also