|
Dear all, Probably something i should mistake somewhere but i'm simply trying to add some features on my layout and i got this error message : "can't add layout entry" (so far there is nothing in my new just created layout except the component) here is my code in VB.Net : Dim entrysetLayout As LayoutEntrySet Dim entryLayout As LayoutEntry entrysetLayout = layoutMap.EntrySet entrysetLayout.Add(LayoutType.LayoutTypeLegend) entrysetLayout.Add(LayoutType.LayoutTypeScaleBar) entrysetLayout.Add(LayoutType.LayoutTypeNorthArrow) Thanks for your help in advance...
|