CustomNodes Class TIBCO Spotfire 7.0 API Reference
Represents a collection of custom nodes.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application CustomNodes

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public sealed class CustomNodes : DocumentNode
Remarks

The collection cannot hold more than one instance of a specific custom node type. To store many instances of a certain node type, MyNode, do as follows:

Derive MyNode from DocumentNode instead of CustomNode. Then create a class MyNodeCollection that derives from CustomNode. Add a collection structure to MyNodeCollection (typically an UndoableList) that can hold instances of MyNode. Then simply add a single MyNodeCollection instance to the CustomNodeCollection.

Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also