How can you select a view on a drawing programmaticaly in stead of the user. I taught it is in this way, but I don't know how to initialise the selection (see ??????)
View2Ds views = drawing.List2DViews ();
View2D view = views.get (1);
Selection selection=?????;
selection.SetSelView2D(view);
selection.Highlight (StdColor.COLOR_SELECTED);
Can anybody help me?
thanks, Frederik
View2Ds views = drawing.List2DViews ();
View2D view = views.get (1);
Selection selection=?????;
selection.SetSelView2D(view);
selection.Highlight (StdColor.COLOR_SELECTED);
Can anybody help me?
thanks, Frederik