Graph.Nodes Property

Comuna.NET

GraphNodes Property

Gets or sets the list of Node in this graph.

Namespace:  Comuna.D3
Assembly:  Comuna.D3 (in Comuna.D3.dll) Version: 1.0.0
Syntax
C#
public List<Node> Nodes { get; }
Request Example View Source

Property Value

Type: ListNode
See Also