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






In This Topic
    GetKeyForItem Method
    In This Topic
    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)
    protected override System.byte GetKeyForItem( 
       DicomContext Item
    )
    protected function GetKeyForItem( 
        Item: DicomContext
    ): System.Byte; override; 
    protected override function GetKeyForItem( 
       Item : DicomContext
    ) : System.byte;
    protected: System.byte GetKeyForItem( 
       DicomContext* Item
    ) override 
    protected:
    System.byte GetKeyForItem( 
       DicomContext^ Item
    ) override 

    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