Hi, I think I've encountered an issue when assigning one ImageEnView to another when it contains line layers with arrows.
FIEViewAnno.Assign( AIEViewAnno ); LnLen1 := (AIEViewAnno.Layers[ 1 ] as TIELineLayer).LineLength; LnLen2 := (FIEViewAnno.Layers[ 1 ] as TIELineLayer).LineLength;
LnLen1 reports 500 as expected, LnLen2 reports 1. Consequently when I save to IEN file and reload the arrows are the wrong size. I've tried copying the line length but doesn't make any difference.