The ConnectionState type exposes the following members.

Constructors

  NameDescription
ConnectionState
Initializes a new instance of the ConnectionState class.

Methods

  NameDescription
Apply
Modifies the Data, FromConnectionPoint, ToConnectionPoint, Segments, IsUserModified, and ConnectionPoints properties of the given IDiagramConnection to match the property values stored by this ConnectionState. Note that because Data is a readonly property on IDiagramConnection, this method can not set it, and so if neccessary, the IDiagramConnection.SetAs method should be responsible for this.

Properties

  NameDescription
Data
Gets the data associated with this state of the connection.

See Also