TSF.UmlToolingFramework.Wrappers.EA.ConnectorWrapper.addToCurrentDiagram C# (CSharp) Method

addToCurrentDiagram() public method

adding both the start and the end element to the diagram will automatically add the connector to the diagram
public addToCurrentDiagram ( ) : void
return void
        public override void addToCurrentDiagram()
        {
            foreach (UML.Classes.Kernel.Element element in this.relatedElements)
            {
            element.addToCurrentDiagram();
            }
        }