Gets the nodes of this level.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- nodeCountLimit
- Type: System Int32
The maximum number of nodes allowed. The value is used only if the level is not materialized at the time of the call.
- nodes
- Type: Spotfire.Dxp.Data DataNodeCollection
The node collection.
Return Value
Type: BooleanTrue if the nodes could be retrieved; otherwise, false.
Exceptions
Exception | Condition |
---|---|
System ArgumentOutOfRangeException | Thrown if the nodeCountLimit is less than zero. |
Version Information
See Also