LuciadCPillar C# 2024.1.04
Luciad.Controllers.ISelectionCandidateCallback Interface Reference

This callback needs to be called to let ISelectionCandidateChooser know which (subset of) features should be selected. More...

Public Member Functions

void HandleFeatures (System.Collections.Generic.IList< Luciad.Layers.Features.LayerFeatureId > layerFeatureIds)
 This method is called to notify which subset of features should be selected. More...
 

Detailed Description

This callback needs to be called to let ISelectionCandidateChooser know which (subset of) features should be selected.

Since
2020.1
See also
ISelectionCandidateChooser.ChooseCandidates

Member Function Documentation

◆ HandleFeatures()

void Luciad.Controllers.ISelectionCandidateCallback.HandleFeatures ( System.Collections.Generic.IList< Luciad.Layers.Features.LayerFeatureId layerFeatureIds)

This method is called to notify which subset of features should be selected.

Parameters
layerFeatureIdsthe subset of features that should be selected.