Author Topic: Viewport Rotate  (Read 1583 times)

0 Members and 1 Guest are viewing this topic.

mailmaverick

  • Bull Frog
  • Posts: 493
Viewport Rotate
« on: June 21, 2014, 06:08:12 AM »
I have a viewport which I want to rotate.

Following command does not work :-

(vla-rotate VP BPoint Angl)

but following works :-

(command "._rotate" (vlax-vla-object->ename VP) "" BPoint Angl)

Why is it so ?