Get the parent nodes given an enumeration of node indexes.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax
Parameters
- nodes
- Type: System.Collections.Generic IEnumerable Int32
The node indexes to get parents for.
Return Value
Type: DataNodeCollectionA collection of the parent nodes, could be empty.
Exceptions
| Exception | Condition |
|---|---|
| System ArgumentNullException | Thrown if the nodes argument was null. |
Version Information
See Also