Click or drag to resize

freeGraphlinks Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
List of links, 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<freeGraphLinkBase> links { get; set; }
Request Example View Source

Property Value

Type: ListfreeGraphLinkBase
The links.
See Also