Get the siblings given a node index.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- nodeIndex
- Type: System Int32
The node index.
Return Value
Type: DataNodeCollectionA collection of sibling 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