- All Known Implementing Classes:
StandardKeyedValues3DItemSelection
public interface KeyedValues3DItemSelection
An object representing a set of selected items for a
KeyedValues3D
dataset.- Since:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSelected
(KeyedValues3DItemKey itemKey) Returnstrue
if the specified key exists in the selection, andfalse
otherwise.
-
Method Details
-
isSelected
Returnstrue
if the specified key exists in the selection, andfalse
otherwise.- Parameters:
itemKey
- the item key (null
not permitted).- Returns:
- A boolean.
-