Article Number: 368
Subject: Re: ho to add view of part
From: Manfred Zirkel <Manfred.Zirkel@MB.Uni-Magdeburg.de>
Date: Wed, 12 Jul 2000 08:26:44 +0200
Newsgroups: solid_edge.programming
References: <396b43b1$1@bbsnotes.ug.eds.com>
Content-Type: text/plain; charset=us-ascii
Hi Linqur

you have to call

Dim objDraftDoc As Object
Dim objModelLink As Object

Set objModelLink = objDraftDoc.ModelLinks.Add("t.par")
Call objDraftDoc.ActiveSheet.DrawingViews.Add(objModelLink, igFrontView,
1, 0, 0)

I hope, this will help you.

Manfred Zirkel




DNEWSWEB 4.6n Copyright © NetWin Ltd