Method GetKeyForItem
GetKeyForItem(BodyPart)
When implemented in a derived class, extracts the key from the specified element.
protected override string GetKeyForItem(BodyPart item)
Parameters
item
BodyPartThe element from which to extract the key.
Returns
- string
The key for the specified element.