Get the parent nodes given a node index.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- nodeIndex
- Type: System Int32
The node index.
Return Value
Type: DataNodeCollectionA collection of the parent nodes, could be empty.
Exceptions
Exception | Condition |
---|---|
System ArgumentOutOfRangeException | Thrown if the node index is less than zero or greater than or equal to count. |
Version Information
See Also