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

The group index of a data element.

The element index of a data element.







    Item(Int32,Int32) Property
    Provides access to all attributes of the image
    Syntax
    '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)

    Parameters

    Group

    The group index of a data element.

    Element

    The element index of a data element.

    Remarks
    This is the default indexer to provide access to all attributes of the image. Attribute element can be accessed by "Image[Group, Element]".
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also