Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

J-Link how to select view for user

conteyor

New member
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
 

Sponsor

Back
Top