DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / Item Property / Item(Keyword) Property
The Keyword of the DicomAttribute






    Item(Keyword) Property
    Indexer based on the new DICOM keyword
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal Keyword As Keyword _
    ) As DicomAttribute
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim Keyword As Keyword
    Dim value As DicomAttribute
     
    value = instance.Item(Keyword)

    Parameters

    Keyword
    The Keyword of the DicomAttribute
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also