Click or drag to resize

freeGraphnodes Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
List of nodes, used only for serialization and deserialization

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public List<freeGraphNodeBase> nodes { get; set; }
Request Example View Source

Property Value

Type: ListfreeGraphNodeBase
The nodes.
See Also