InteractingEventArgs.FeatureInteractions Property
Gets the list of FeatureInteractions that are about to be interacted with.
Syntax
public FeatureInteractionCollection FeatureInteractions { get; }
Property Value
The list of FeatureInteractions that are about to be interacted with.
Remarks
This list contains FeatureInteraction elements, each representing the identity of a feature being interacted with and related interaction information. The list may not be appended or truncated, but the allow-flags of each element may be modified.
If you need access to the features corresponding to the identities in the list, use DataSet.GetDataSetById and DataSet.GetFeature with the dataset and feature parts of the identity. Note that some dataset may not support the DataSet.GetFeature method; if that is the case you may use DataSet.GetFeatures instead.
You may also use the FeatureInteraction.PresentationObjects to implement your interaction logic. This even allows you to access temporary features generated by the operator chain. In that case, remember to set Extended on one (or more) of your VisualizationOperator.SelectionVisualizers.
Platforms
Windows, Linux, Android