| XGroupDefMapGetKeyForItem Method  | 
          
        
         
 When implemented in a derived class, extracts the key from the specified element.
 
 
    Namespace: 
   Biolomics.BioCallback
    Assembly:
   Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected override long GetKeyForItem(
	XGroupDef item
)
Protected Overrides Function GetKeyForItem ( 
	item As XGroupDef
) As Long
Parameters
- item
 - Type: Biolomics.BioCallbackXGroupDef
The element from which to extract the key. 
Return Value
Type: 
Int64The key for the specified element.
See Also