I'm trying to create a Rich Symbol. In my .jsf, I'd like to grab the entire layer in stead of single elements. Perhaps something like this:
var layer = Widget.GetLayerByName("LayerName");
Is this possible and how? If not, is there a workaround?