Jan 7, 2004 #1 puck Aerospace Nov 9, 2001 61 US I've been all through the API's but I can't find a way to isolate a view through VB Script. Has anyone found a work around for this? Recording a macro of isolating a view produce squat since it is a contextual operation. TIA, Puck
I've been all through the API's but I can't find a way to isolate a view through VB Script. Has anyone found a work around for this? Recording a macro of isolating a view produce squat since it is a contextual operation. TIA, Puck
Jan 7, 2004 #2 tpale Mechanical Aug 26, 2001 31 FI Hello, You can isolate view, for example last view: Set DrwView = DrwViews.Item(DrwViews.Count) DrwView.Isolate Regards TPale Upvote 0 Downvote
Hello, You can isolate view, for example last view: Set DrwView = DrwViews.Item(DrwViews.Count) DrwView.Isolate Regards TPale
Jan 7, 2004 Thread starter #3 puck Aerospace Nov 9, 2001 61 US This method does not work I keep getting an error message that the object or method is not supported. DrwView.Isolate Upvote 0 Downvote
This method does not work I keep getting an error message that the object or method is not supported. DrwView.Isolate
Jan 8, 2004 Thread starter #4 puck Aerospace Nov 9, 2001 61 US Doh I was in V5R10 when I tried this wokrs in V5R12. Thanks Upvote 0 Downvote