OnPointCreated ( NDiagramElement element, NGisFeature feature 
Gives me the NPointElement for the capital (feature.Attributes["CAPITAL"]), which assigns the shape of the NPointElement to a custom point shape
pe.Shape = PointShape.Custom;
I am trying to create a NLineShape and assing the fromShape to toShape to two captials (NPointElement), however this is not working.
Any help?