Open a iLogic form external

Open a iLogic form external

Anonymous
Not applicable
459 Views
1 Reply
Message 1 of 2

Open a iLogic form external

Anonymous
Not applicable

Hello there!

 

I have make a iLogic form to edit my window parameter and save it as dwg.

Is there a way to open my ipt file hidden so that i can just see my userform?

 

Unbenannt.PNG

0 Likes
Accepted solutions (1)
460 Views
1 Reply
Reply (1)
Message 2 of 2

Owner2229
Advisor
Advisor
Accepted solution

Hi, you can try this one:

 

Dim oDoc As Document = ThisApplication.Documents.Open("C:\SomePath\MyPart.ipt", False)

'... do something with the document

oDoc.Save
oDoc.Close
Consider using "Accept as Solution" / "Kudos" if you find this helpful.
- - - - - - - - - - - - - - -
Regards,
Mike

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - John F. Woods
0 Likes