Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mikaso

  1. mikaso

    How to insert pattern into sheet in drafitng using API

    Does anybody know how to insert pattern into sheet with API?
  2. mikaso

    Exception "Invalid part tag"

    Well, I solved it myself: foreach (string path in partlist) { try { session.ListingWindow.WriteLine(System.DateTime.UtcNow.ToShortTimeString() + @": " + partlist.IndexOf(path) + @" : " + System.IO.Path.GetFileName(path))...
  3. mikaso

    Exception "Invalid part tag"

    Dear Suresh, I checked it. If I try to open part by hand and make SaveAs it works fine. I checked with debugger if I have Tag for part and for session. I think that problem could be somewhere else. I want to use this function to break family members. But I didn't find any different way how to do...
  4. mikaso

    Exception "Invalid part tag"

    Hi all, I wanted to write some function which starts with opening of part then it do somethink and finish with SaveAs. But during SaveAs method I recieve for some parts exception with meassage "Invalid part tag", errorcode is 641018. I don't have any idea what does it mean [surprise] Code...

Part and Inventory Search

Back
Top