1

Closed

Show only selected layers in layout control

description

In the source code of LayoutLegend.cs
 
Adding a condition in the function of (public virtual LayoutMap Map),
 
the layout control will only show the legends of selected layers.
 
foreach (IMapLayer t in Map.MapControl.Layers)
 
{
 
if(t.Checked)
 
_layers.Add(t);
 
}
Closed Mar 9, 2012 at 10:52 PM by mudnug

comments

wrote Mar 9, 2012 at 10:52 PM

Resolved with changeset 65666.