Click or drag to resize

diaShapeconnections Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the connections.

Namespace:  imbSCI.Graph.DiagramLibraries.DiaShape
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
[XmlArrayAttribute("connections")]
[XmlArrayItemAttribute("point")]
public List<diaConnectionPoint> connections { get; set; }
Request Example View Source

Property Value

Type: ListdiaConnectionPoint
The connections.
See Also