Toggle the nodes (xor) between the two collections. The nodes must be defined on the
same hierarchy level.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public abstract DataNodeCollection Toggle( DataNodeCollection dataNodeCollection )
Parameters
- dataNodeCollection
- Type: Spotfire.Dxp.DataDataNodeCollection
The node collection to toggle with.
Return Value
Type: DataNodeCollectionA collection of the toggle of the nodes.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if the dataNodeCollection argument was null. |
Version Information
See Also