1
General Board / embedded elements
« on: September 07, 2010, 10:05:28 pm »
are embedded elements in the uml specification?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
private Hashtable produceLinkTable(EA.Package currentPackage)
{
Hashtable tempHash = new Hashtable();
for (int k = 0; k < currentPackage.Connectors.Count; k++)
{
EA.Connector tempConnector = ((EA.Connector)currentPackage.Connectors.GetAt((short)k));
tempHash.Add(tempConnector.ConnectorID, tempConnector);
}
return tempHash;
}
theElement.Geometry:EDGE=2;SX=70;SY=-55;EX=73;EY=-55;$LLB=;LLT=;LMT=CX=121:CY=13:OX=0:OY=0:HDN=0:BLD=0:ITA=0:UND=0:CLR=-1:ALN=0:DIR=0:ROT=0;LMB=CX=166:CY=13:OX=0:OY=0:HDN=0:BLD=0:ITA=0:UND=0:CLR=-1:ALN=0:DIR=0:ROT=0;LRT=;LRB=;IRHS=;ILHS=;
theElement.Update();
theElement.Refresh();
theObject.Update();
theDiagram.DiagramObjects.Refresh();
theDiagram.DiagramLinks.Refresh();
theDiagram.Update();
theTags.Refresh();
theConnector.Update();
theLink.Update();
theDiagram.DiagramObjects.Refresh();
theDiagram.DiagramLinks.Refresh();
theDiagram.Update();