'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)