The IDiagramConnection type exposes the following members.

Properties

  NameDescription
CanOriginateNewConnections
Gets whether any more connections can begin at this IDiagramConnectable at all.
(Inherited from IDiagramConnectable.)
CanReceiveNewConnections
Gets whether any more connections can end at this IDiagramConnectable at all.
(Inherited from IDiagramConnectable.)
ConnectionPoints
Gets the collection of IDiagramConnectionPoint objects that are currently attached to this IDiagramConnection.
Data
Gets the data represented by the IDiagramConnectable, such as a business object in the domain being diagrammed.
(Inherited from IDiagramConnectable.)
Diagram
Gets or sets the IDiagramModel that the connection belongs to.
FromConnectionPoint
Gets the source of the IDiagramConnection.
IsUserModified
Gets or sets whether this IDiagramConnection has been user modified or not. A user modified connection is one that has had one or more of its DiagramConnectionSegment objects positioned by a user.
Pathfinder
Gets the IPathfinder used to find the segment path for this IDiagramConnection.
Segments
Returns the collection of DiagramConnectionSegment objects that make up this IDiagramConnection.
ToConnectionPoint
Gets the destination of the IDiagramConnection.
ZOrder
Gets or sets the relative z-order of the diagram item. Lower z-orders appear behind higher z-orders.
(Inherited from IDiagramZOrderable.)

See Also