LuciadCPillar C# 2023.1.05
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.

ISelectionCandidateChooser::chooseCandidates

2020.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::ISelectionCandidateCallback.

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.

layerFeatureIds

the subset of features that should be selected.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::ISelectionCandidateCallback::handleFeatures.