DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class / GetKeyForItem Method
The item to get the key for






    GetKeyForItem Method
    Standard override
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetKeyForItem( _
       ByVal Item As DicomContext _
    ) As System.Byte
     
    'Usage
     
    
    Dim instance As DicomContextCollection
    Dim Item As DicomContext
    Dim value As System.Byte
     
    value = instance.GetKeyForItem(Item)

    Parameters

    Item
    The item to get the key for

    Return Value

    the Presentation Context ID (odd byte value)
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also