The ConnectionState type exposes the following members.

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.

See Also