The StarDiagramConnectionRelocator type exposes the following members.

Constructors

Methods

  NameDescription
CanRelocateConnection
Returns true if a connection can be made between the given source and destination. Returns false otherwise. Star diagram connection validation logic prevents any kind of cycles or loops being created.
(Overrides DefaultDiagramConnectionRelocator..::.CanRelocateConnection(IDiagramModel, IDiagramConnection, IDiagramConnectionPoint, ConnectionDropTarget).)
RelocateConnection
Relocates the given IDiagramConnection to have the given IDiagramConnectionPoint objects as its new source and destination. Note that one of the given connection points may be the same as the current source or destination of the connection.
(Inherited from DefaultDiagramConnectionRelocator.)

See Also