Search found 3 matches

by jprisbe
18 Oct 2007, 20:23
Forum: CADViewX
Topic: SW isometirc View
Replies: 3
Views: 19294

OK. I got it to work. It was...

axCADViewX1.Actions.get_Item("SW Isometric").Execute();

Thanks,
by jprisbe
18 Oct 2007, 19:13
Forum: CADViewX
Topic: SW isometirc View
Replies: 3
Views: 19294

I get this error when trying your suggestion:

AxCADViewLib.AxCADViewX.Actions.get: cannot explicitly call operator or accessor
by jprisbe
18 Oct 2007, 18:04
Forum: CADViewX
Topic: SW isometirc View
Replies: 3
Views: 19294

SW isometirc View

How do I programatically select "SW Isometric" view.
I have tried getting to it via:
CADViewLib.sgToolButton tbtnSWIsometric;
tbtnSWIsometric = axCADViewX1.ToolBars.get_Items("CAD Image").get_Items("3D Orbit");

But cannot get to it.

Thanks