Interface IAimpGroupingTreeSelection
Interface provides an access to selected nodes in grouping tree.
note
First element in the Selection is focused node. If current node does not have the AIMPML_GROUPINGTREENODE_FLAG_STANDALONE flag - the parent node will be added to Selection. Algorithm running until root or node with the AIMPML_GROUPINGTREENODE_FLAG_STANDALONE flag.
Namespace: AIMP.SDK.MusicLibrary.DataStorage
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpGroupingTreeSelection
Methods
GetCount()
Gets the count.
Declaration
int GetCount()
GetValue(Int32)
Gets the value.
Declaration
AimpActionResult<string, object> GetValue(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |