The StarDiagramConnectionBuilder type exposes the following members.

Constructors

  NameDescription
StarDiagramConnectionBuilder

Methods

  NameDescription
CanCreateConnection
This method can be overriden to provide additional logic for allowing a connection to be made between the given connection point and destination. This implementation always returns true.
CreateConnection
Creates a new StarDiagramConnection between the two given StarDiagramConnectionPoint objects. The connection is then added to this given StarDiagramModel.

See Also