- 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 TypeMethodDescriptionbooleanisSelected(KeyedValues3DItemKey itemKey) Returnstrueif the specified key exists in the selection, andfalseotherwise.
-
Method Details
-
isSelected
Returnstrueif the specified key exists in the selection, andfalseotherwise.- Parameters:
itemKey- the item key (nullnot permitted).- Returns:
- A boolean.
-